1. 11 1月, 2021 1 次提交
    • L
      Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · a440e4d7
      Linus Torvalds 提交于
      Pull x86 fixes from Borislav Petkov:
       "As expected, fixes started trickling in after the holidays so here is
        the accumulated pile of x86 fixes for 5.11:
      
         - A fix for fanotify_mark() missing the conversion of x86_32 native
           syscalls which take 64-bit arguments to the compat handlers due to
           former having a general compat handler. (Brian Gerst)
      
         - Add a forgotten pmd page destructor call to pud_free_pmd_page()
           where a pmd page is freed. (Dan Williams)
      
         - Make IN/OUT insns with an u8 immediate port operand handling for
           SEV-ES guests more precise by using only the single port byte and
           not the whole s32 value of the insn decoder. (Peter Gonda)
      
         - Correct a straddling end range check before returning the proper
           MTRR type, when the end address is the same as top of memory.
           (Ying-Tsun Huang)
      
         - Change PQR_ASSOC MSR update scheme when moving a task to a resctrl
           resource group to avoid significant performance overhead with some
           resctrl workloads. (Fenghua Yu)
      
         - Avoid the actual task move overhead when the task is already in the
           resource group. (Fenghua Yu)"
      
      * tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/resctrl: Don't move a task to the same resource group
        x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
        x86/mtrr: Correct the range check before performing MTRR type lookups
        x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
        x86/mm: Fix leak of pmd ptlock
        fanotify: Fix sys_fanotify_mark() on native x86-32
      a440e4d7
  2. 10 1月, 2021 4 次提交
  3. 09 1月, 2021 17 次提交
    • L
      Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs · 996e435f
      Linus Torvalds 提交于
      Pull zonefs fix from Damien Le Moal:
       "A single patch from Arnd to fix a missing dependency in zonefs
        Kconfig"
      
      * tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
        zonefs: select CONFIG_CRC32
      996e435f
    • L
      Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of... · 263da333
      Linus Torvalds 提交于
      Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
      
      Pull kunit fixes from Shuah Khan:
       "One fix to force the use of the 'tty' console for UML.
      
        Given that kunit tool requires the console output, explicitly stating
        the dependency makes sense than relying on it being the default"
      
      * tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
        kunit: tool: Force the use of the 'tty' console for UML
      263da333
    • L
      Merge tag 'linux-kselftest-next-5.11-rc3' of... · 8f3d8491
      Linus Torvalds 提交于
      Merge tag 'linux-kselftest-next-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
      
      Pull kselftest fixes from Shuah Khan:
       "Two minor fixes to vDSO test changes in this merge window"
      
      * tag 'linux-kselftest-next-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
        selftests/vDSO: fix -Wformat warning in vdso_test_correctness
        selftests/vDSO: add additional binaries to .gitignore
      8f3d8491
    • L
      Merge tag 'docs-5.11-3' of git://git.lwn.net/linux · 50dbd96e
      Linus Torvalds 提交于
      Pull documentation fixes from Jonathan Corbet:
       "A handful of relatively small documentation fixes"
      
      * tag 'docs-5.11-3' of git://git.lwn.net/linux:
        docs: admin-guide: bootconfig: Fix feils to fails
        Documentation/admin-guide: kernel-parameters: hyphenate comma-separated
        docs: binfmt-misc: Fix .rst formatting
        docs: remove mention of ENABLE_MUST_CHECK
        atomic: remove further references to atomic_ops
        Documentation: doc-guide: fixes to sphinx.rst
        docs/mm: concepts.rst: Correct the threshold to low watermark
        Documentation: admin: early_param()s are also listed in kernel-parameters
        docs: Fix reST markup when linking to sections
      50dbd96e
    • L
      Merge tag 'devprop-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 78d42025
      Linus Torvalds 提交于
      Pull device properties framework fixes from Rafael Wysocki:
       "Revert a problematic commit that went in during the 5.10 cycle and
        improve the kerneldoc description of the function affected by it (both
        changes from Bard Liao)"
      
      * tag 'devprop-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        device property: add description of fwnode cases
        Revert "device property: Keep secondary firmware node secondary by type"
      78d42025
    • L
      Merge tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · fb9ca0be
      Linus Torvalds 提交于
      Pull ACPI fixes from Rafael Wysocki:
       "These address two build issues and drop confusing text from a couple
        of Kconfig entries.
      
        Specifics:
      
         - Drop two local variables that are never read and the code updating
           their values from the x86 suspend-to-idle code (Rafael Wysocki)
      
         - Add empty stub of an ACPI helper function to avoid build issues
           when CONFIG_ACPI is not set (Shawn Guo)
      
         - Remove confusing text regarding modules from Kconfig entries that
           correspond to non-modular code (Peter Robinson)"
      
      * tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        ACPI: Update Kconfig help text for items that are no longer modular
        ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
        ACPI: PM: s2idle: Drop unused local variables and related code
      fb9ca0be
    • L
      Merge tag 'pm-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · be31d940
      Linus Torvalds 提交于
      Pull power management fixes from Rafael Wysocki:
       "These address two issues in the intel_pstate driver and one in the
        powernow-k8 cpufreq driver.
      
        Specifics:
      
         - Make the powernow-k8 cpufreq driver avoid calling
           cpufreq_cpu_get(), which theoretically may return NULL, to get a
           policy pointer that is known to it already (Colin Ian King)
      
         - Drop two functions that are not used any more from the intel_pstate
           driver (Lukas Bulwahn)
      
         - Make intel_pstate check the HWP capabilities to get the maximum
           available P-state in the passive mode to avoid using a stale value
           of it in case of out-of-band updates (Rafael Wysocki)"
      
      * tag 'pm-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        cpufreq: intel_pstate: remove obsolete functions
        cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
        cpufreq: intel_pstate: Use HWP capabilities in intel_cpufreq_adjust_perf()
      be31d940
    • L
      Merge tag 'drm-fixes-2021-01-08' of git://anongit.freedesktop.org/drm/drm · 43d3d587
      Linus Torvalds 提交于
      Pull drm fixes from Daniel Vetter:
       "Looks like people are back from the break, usual small pile of fixes
        all over. Next week Dave should be back.
      
        The only thing pending I'm aware of is a "this shouldn't have become
        uapi" reverts for amdgpu, but they're already on the list and not that
        important really so can wait another week.
      
        Summary:
      
         - fix for ttm list corruption in radeon, reported by a few people
      
         - fixes for amdgpu, i915, msm
      
         - dma-buf use-after free fix"
      
      * tag 'drm-fixes-2021-01-08' of git://anongit.freedesktop.org/drm/drm: (29 commits)
        drm/msm: Only enable A6xx LLCC code on A6xx
        drm/msm: Add modparam to allow vram carveout
        drm/msm: Call msm_init_vram before binding the gpu
        drm/msm/dp: postpone irq_hpd event during connection pending state
        drm/ttm: unexport ttm_pool_init/fini
        drm/radeon: stop re-init the TTM page pool
        dmabuf: fix use-after-free of dmabuf's file->f_inode
        Revert "drm/amd/display: Fix memory leaks in S3 resume"
        drm/amdgpu/display: drop DCN support for aarch64
        drm/amdgpu: enable ras eeprom support for sienna cichlid
        drm/amdgpu: fix no bad_pages issue after umc ue injection
        drm/amdgpu: fix potential memory leak during navi12 deinitialization
        drm/amd/display: Fix unused variable warning
        drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
        drm/amd/pm: fix the failure when change power profile for renoir
        drm/amdgpu: fix a GPU hang issue when remove device
        drm/amdgpu: fix a memory protection fault when remove amdgpu device
        drm/amdgpu: switched to cached noretry setting for vangogh
        drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue
        drm/amd/pm: updated PM to I2C controller port on sienna cichlid
        ...
      43d3d587
    • L
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 2a190b22
      Linus Torvalds 提交于
      Pull kvm fixes from Paolo Bonzini:
       "x86:
         - Fixes for the new scalable MMU
         - Fixes for migration of nested hypervisors on AMD
         - Fix for clang integrated assembler
         - Fix for left shift by 64 (UBSAN)
         - Small cleanups
         - Straggler SEV-ES patch
      
        ARM:
         - VM init cleanups
         - PSCI relay cleanups
         - Kill CONFIG_KVM_ARM_PMU
         - Fixup __init annotations
         - Fixup reg_to_encoding()
         - Fix spurious PMCR_EL0 access
      
        Misc:
         - selftests cleanups"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (38 commits)
        KVM: x86: __kvm_vcpu_halt can be static
        KVM: SVM: Add support for booting APs in an SEV-ES guest
        KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
        KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
        KVM: nSVM: correctly restore nested_run_pending on migration
        KVM: x86/mmu: Clarify TDP MMU page list invariants
        KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
        kvm: check tlbs_dirty directly
        KVM: x86: change in pv_eoi_get_pending() to make code more readable
        MAINTAINERS: Really update email address for Sean Christopherson
        KVM: x86: fix shift out of bounds reported by UBSAN
        KVM: selftests: Implement perf_test_util more conventionally
        KVM: selftests: Use vm_create_with_vcpus in create_vm
        KVM: selftests: Factor out guest mode code
        KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
        KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
        KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
        KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
        KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
        KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
        ...
      2a190b22
    • L
      Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 3e2a590a
      Linus Torvalds 提交于
      Pull iommu fixes from Will Deacon:
       "This is mainly all Intel VT-D stuff, but there are some fixes for AMD
        and ARM as well.
      
        We've also got the revert I promised during the merge window, which
        removes a temporary hack to accomodate i915 while we transitioned the
        Intel IOMMU driver over to the common DMA-IOMMU API.
      
        Finally, there are still a couple of other VT-D fixes floating around,
        so I expect to send you another batch of fixes next week.
      
        Summary:
      
         - Fix VT-D TLB invalidation for subdevices
      
         - Fix VT-D use-after-free on subdevice detach
      
         - Fix VT-D locking so that IRQs are disabled during SVA bind/unbind
      
         - Fix VT-D address alignment when flushing IOTLB
      
         - Fix memory leak in VT-D IRQ remapping failure path
      
         - Revert temporary i915 sglist hack now that it is no longer required
      
         - Fix sporadic boot failure with Arm SMMU on Qualcomm SM8150
      
         - Fix NULL dereference in AMD IRQ remapping code with remapping disabled
      
         - Fix accidental enabling of irqs on AMD resume-from-suspend path
      
         - Fix some typos in comments"
      
      * tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        iommu/vt-d: Fix ineffective devTLB invalidation for subdevices
        iommu/vt-d: Fix general protection fault in aux_detach_device()
        iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
        iommu/arm-smmu-qcom: Initialize SCTLR of the bypass context
        iommu/vt-d: Fix lockdep splat in sva bind()/unbind()
        Revert "iommu: Add quirk for Intel graphic devices in map_sg"
        iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()
        iommu/amd: Stop irq_remapping_select() matching when remapping is disabled
        iommu/amd: Set iommu->int_enabled consistently when interrupts are set up
        iommu/intel: Fix memleak in intel_irq_remapping_alloc
        iommu/iova: fix 'domain' typos
      3e2a590a
    • L
      Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 95f05058
      Linus Torvalds 提交于
      Pull ARM SoC fixes from Arnd Bergmann:
       "These are a small number of bug fixes that all came in before or
        during the merge window, most for the omap platform:
      
         - One boot regression fix for Nokia N9 (OMAP3).
      
         - Two small defconfig changes for omap2, to reflect changes in
           drivers
      
         - Warning fixes for DT issues on omap2, picoxcell and bitmap SoCs.
      
           The picoxcell platform will be removed in v5.12, but fixing it
           first makes it easier to backport to the fix to stable kernels and
           get a clean build with new dtc versions"
      
      * tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
        ARM: picoxcell: fix missing interrupt-parent properties
        ARM: dts: ux500/golden: Set display max brightness
        arm64: dts: bitmain: Use generic "ngpios" rather than "snps,nr-gpios"
        ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875
        ARM: omap2plus_defconfig: enable SPI GPIO
        ARM: OMAP2+: omap_device: fix idling of devices during probe
        ARM: dts: OMAP3: disable AES on N950/N9
        ARM: omap2plus_defconfig: drop unused POWER_AVS option
      95f05058
    • L
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 56ef24e5
      Linus Torvalds 提交于
      Pull arm64 fixes from Catalin Marinas:
      
       - Clean-ups following the merging window: remove unused variable,
         duplicate includes, superfluous barrier, move some inline asm to
         separate functions.
      
       - Disable top-byte-ignore on kernel code addresses with KASAN/MTE
         enabled (already done when MTE is disabled).
      
       - Fix ARCH_LOW_ADDRESS_LIMIT definition with CONFIG_ZONE_DMA disabled.
      
       - Compiler/linker flags: link with "-z norelno", discard .eh_frame_hdr
         instead of --no-eh-frame-hdr.
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: Move PSTATE.TCO setting to separate functions
        arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabled
        arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdr
        arm64: traps: remove duplicate include statement
        arm64: link with -z norelro for LLD or aarch64-elf
        arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA
        arm64: mte: remove an ISB on kernel exit
        arm64/smp: Remove unused irq variable in arch_show_interrupts()
      56ef24e5
    • L
      Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · 6279d812
      Linus Torvalds 提交于
      Pull more networking fixes from Jakub Kicinski:
       "Slightly lighter pull request to get back into the Thursday cadence.
      
        Current release - always broken:
      
         - can: mcp251xfd: fix Tx/Rx ring buffer driver race conditions
      
         - dsa: hellcreek: fix led_classdev build errors
      
        Previous releases - regressions:
      
         - ipv6: fib: flush exceptions when purging route to avoid netdev
           reference leak
      
         - ip_tunnels: fix pmtu check in nopmtudisc mode
      
         - ip: always refragment ip defragmented packets to avoid MTU issues
           when forwarding through tunnels, correct "packet too big" message
           is prohibitively tricky to generate
      
         - s390/qeth: fix locking for discipline setup / removal and during
           recovery to prevent both deadlocks and races
      
         - mlx5: Use port_num 1 instead of 0 when delete a RoCE address
      
        Previous releases - always broken:
      
         - cdc_ncm: correct overhead calculation in delayed_ndp_size to
           prevent out of bound accesses with Huawei 909s-120 LTE module
      
         - fix stmmac dwmac-sun8i suspend/resume:
                 - PHY being left powered off
                 - MAC syscon configuration being reset
                 - reference to the reset controller being improperly dropped
      
         - qrtr: fix null-ptr-deref in qrtr_ns_remove
      
         - can: tcan4x5x: fix bittiming const, use common bittiming from m_can
           driver
      
         - mlx5e: CT: Use per flow counter when CT flow accounting is enabled
      
         - mlx5e: Fix SWP offsets when vlan inserted by driver
      
        Misc:
      
         - bpf: Fix a task_iter bug caused by a bpf -> net merge conflict
           resolution
      
        And the usual many fixes to various error paths"
      
      * tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (69 commits)
        net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
        s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
        s390/qeth: fix locking for discipline setup / removal
        s390/qeth: fix deadlock during recovery
        selftests: fib_nexthops: Fix wrong mausezahn invocation
        nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
        nexthop: Unlink nexthop group entry in error path
        nexthop: Fix off-by-one error in error path
        octeontx2-af: fix memory leak of lmac and lmac->name
        chtls: Fix chtls resources release sequence
        chtls: Added a check to avoid NULL pointer dereference
        chtls: Replace skb_dequeue with skb_peek
        chtls: Avoid unnecessary freeing of oreq pointer
        chtls: Fix panic when route to peer not configured
        chtls: Remove invalid set_tcb call
        chtls: Fix hardware tid leak
        net: ip: always refragment ip defragmented packets
        net: fix pmtu check in nopmtudisc mode
        selftests: netfilter: add selftest for ipip pmtu discovery with enabled connection tracking
        docs: octeontx2: tune rst markup
        ...
      6279d812
    • L
      Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 · ea1c87c1
      Linus Torvalds 提交于
      Pull crypto fixes from Herbert Xu:
       "This fixes a functional bug in arm/chacha-neon as well as a potential
        buffer overflow in ecdh"
      
      * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
        crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
        crypto: arm/chacha-neon - add missing counter increment
      ea1c87c1
    • L
      poll: fix performance regression due to out-of-line __put_user() · ef0ba055
      Linus Torvalds 提交于
      The kernel test robot reported a -5.8% performance regression on the
      "poll2" test of will-it-scale, and bisected it to commit d55564cf
      ("x86: Make __put_user() generate an out-of-line call").
      
      I didn't expect an out-of-line __put_user() to matter, because no normal
      core code should use that non-checking legacy version of user access any
      more.  But I had overlooked the very odd poll() usage, which does a
      __put_user() to update the 'revents' values of the poll array.
      
      Now, Al Viro correctly points out that instead of updating just the
      'revents' field, it would be much simpler to just copy the _whole_
      pollfd entry, and then we could just use "copy_to_user()" on the whole
      array of entries, the same way we use "copy_from_user()" a few lines
      earlier to get the original values.
      
      But that is not what we've traditionally done, and I worry that threaded
      applications might be concurrently modifying the other fields of the
      pollfd array.  So while Al's suggestion is simpler - and perhaps worth
      trying in the future - this instead keeps the "just update revents"
      model.
      
      To fix the performance regression, use the modern "unsafe_put_user()"
      instead of __put_user(), with the proper "user_write_access_begin()"
      guarding in place. This improves code generation enormously.
      
      Link: https://lore.kernel.org/lkml/20210107134723.GA28532@xsang-OptiPlex-9020/Reported-by: Nkernel test robot <oliver.sang@intel.com>
      Tested-by: NOliver Sang <oliver.sang@intel.com>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: David Laight <David.Laight@aculab.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      ef0ba055
    • P
      Revert "init/console: Use ttynull as a fallback when there is no console" · a91bd622
      Petr Mladek 提交于
      This reverts commit 757055ae.
      
      The commit caused that ttynull was used as the default console
      on several systems[1][2][3]. As a result, the console was
      blank even when a better alternative existed.
      
      It happened when there was no console configured
      on the command line and ttynull_init() was the first initcall
      calling register_console().
      
      Or it happened when /dev/ did not exist when console_on_rootfs()
      was called. It was not able to open /dev/console even though
      a console driver was registered. It tried to add ttynull console
      but it obviously did not help. But ttynull became the preferred
      console and was used by /dev/console when it was available later.
      
      The commit tried to fix a historical problem that have been there
      for ages. The primary motivation was the commit 3cffa06a
      ("printk/console: Allow to disable console output by using console=""
       or console=null"). It provided a clean solution for a workaround
       that was widely used and worked only by chance.
      
      This revert causes that the console="" or console=null command line
      options will again work only by chance. These options will cause that
      a particular console will be preferred and the default (tty) ones
      will not get enabled. There will be no console registered at
      all. As a result there won't be stdin, stdout, and stderr for
      the init process. But it worked exactly this way even before.
      
      The proper solution has to fulfill many conditions:
      
        + Register ttynull only when explicitly required or as
          the ultimate fallback.
      
        + ttynull should get associated with /dev/console but it must
          not become preferred console when used as a fallback.
          Especially, it must still be possible to replace it
          by a better console later.
      
      Such a change requires clean up of the register_console() code.
      Otherwise, it would be even harder to follow. Especially, the use
      of has_preferred_console and CON_CONSDEV flag is tricky. The clean
      up is risky. The ordering of consoles is not well defined. And
      any changes tend to break existing user settings.
      
      Do the revert at the least risky solution for now.
      
      [1] https://lore.kernel.org/linux-kselftest/20201221144302.GR4077@smile.fi.intel.com/
      [2] https://lore.kernel.org/lkml/d2a3b3c0-e548-7dd1-730f-59bc5c04e191@synopsys.com/
      [3] https://patchwork.ozlabs.org/project/linux-um/patch/20210105120128.10854-1-thomas@m3y3r.de/Reported-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      Reported-by: NVineet Gupta <vgupta@synopsys.com>
      Reported-by: NThomas Meyer <thomas@m3y3r.de>
      Signed-off-by: NPetr Mladek <pmladek@suse.com>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: NSergey Senozhatsky <sergey.senozhatsky@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a91bd622
    • R
      Merge branches 'acpi-scan' and 'acpi-misc' · 24e8ab68
      Rafael J. Wysocki 提交于
      * acpi-scan:
        ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
      
      * acpi-misc:
        ACPI: Update Kconfig help text for items that are no longer modular
      24e8ab68
  4. 08 1月, 2021 18 次提交