summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorQiu Wenbo <qiuwenbo@kylinos.com.cn>2021-04-28 13:06:36 +0800
committerHans de Goede <hdegoede@redhat.com>2021-05-11 13:36:10 +0200
commitff67dbd554b2aaa22be933eced32610ff90209dd (patch)
treeb5d247812d48f822befc72646308c0d3e81f73c5 /scripts/patch-kernel
parent6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff)
downloadkernel-ff67dbd554b2aaa22be933eced32610ff90209dd.tar.gz
platform/x86: ideapad-laptop: fix a NULL pointer dereference
The third parameter of dytc_cql_command should not be NULL since it will be dereferenced immediately. Fixes: ff36b0d953dc4 ("platform/x86: ideapad-laptop: rework and create new ACPI helpers") Signed-off-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn> Acked-by: Ike Panhc <ike.pan@canonical.com> Link: https://lore.kernel.org/r/20210428050636.8003-1-qiuwenbo@kylinos.com.cn Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
592f9bca4fbf60111f664899a76'>drm/i915/perf: simplify configure all context functionLionel Landwerlin 2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson 2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson 2018-06-14drm/i915/perf: make oa format tables constJani Nikula 2018-06-11drm/i915/perf: fix gen11 engine class shiftMichel Thierry 2018-06-11drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10Michel Thierry 2018-06-04drm/i915/perf: fix ctx_id read with GuC & ICLLionel Landwerlin 2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson 2018-05-11drm/i915/oa: Check that OA is disabled before unpinningChris Wilson 2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson 2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson 2018-03-29drm/i915/perf: add more debug message on perf open & configsLionel Landwerlin 2018-03-29drm/i915: rename PPGTT/GGTT fields OA registersLionel Landwerlin 2018-03-29drm/i915/perf: remove empty lineLionel Landwerlin 2018-03-29drm/i915/perf: simplify OA unit enabling on gen7Lionel Landwerlin 2018-03-29drm/i915/perf: check the value of PROP_SAMPLE_OA uapi parameterLionel Landwerlin 2018-03-29drm/i915/perf: enable perf support on ICLLionel Landwerlin 2018-03-01drm/i915/perf: fix perf stream opening lockLionel Landwerlin 2018-03-01Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen 2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds