Commit Graph

1058720 Commits

Author SHA1 Message Date
Greg Kroah-Hartman
ead24efb34 Revert "percpu: add __alloc_size attributes for better bounds checking"
This reverts commit 17197dd460 which
is part of a series of patches that causes cuttlefish to crash.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Id09ab4af153c29fcb6373acb96463dea6ffda9ee
2021-11-22 11:09:36 +01:00
Greg Kroah-Hartman
f76bbbae63 Merge 0eb68437a7 ("vmalloc: choose a better start address in vm_area_register_early()") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia521da34dd6bf9f4c3e3927228f34230a986d901
2021-11-22 11:07:00 +01:00
Greg Kroah-Hartman
5de420c339 Merge 72d67229f5 ("slab: clean up function prototypes") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I35a42ade391a838ff0bf537e0d8c4bc8889e1759
2021-11-22 08:14:07 +01:00
Greg Kroah-Hartman
bf47e141b4 Merge 86cffecdea ("Compiler Attributes: add __alloc_size() for better bounds checking") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1833139d9c0db842ec3b7c7225c0455f5c29a8de
2021-11-22 08:13:54 +01:00
John Stultz
aec61197c5 ANDROID: db845c_gki.fragment: Remove CONFIG_LEDS_CLASS_MULTICOLOR as its in gki_defconfig now
Drop CONFIG_LEDS_CLASS_MULTICOLOR=m as its built into the gki kernel
and causes booting trouble if we try to load it.

Fixes: 0526d8b334 ("ANDROID: GKI: fix up gki_defconfig to keep CONFIG_HID_PLAYSTATION")
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: I260a052f97314c4ac41a44452bbb6dcdc3b41552
2021-11-20 02:53:32 +00:00
John Stultz
d7b0adf103 ANDROID: db845c_gki.fragment: Remove typoed config CONFIG_QCOM_SPMI_ADC5_TM5
Peter Collingbourne noticed that the recently added
CONFIG_QCOM_SPMI_ADC5_TM5=m option wasn't actually a valid
config in the kernel.

This was due to it being typo'ed by me for the config
CONFIG_QCOM_SPMI_ADC_TM5 which is already enabled.

Reported-by: Peter Collingbourne <pcc@google.com>
Fixes: 02dbd8a73f ("ANDROID: db845c_gki.fragment: Enable QCOM_SPMI_ADC5_TM5, QCOM_CPR and QCOM_SPM")
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: Ib3371015435618dcf2d662a7c7dfdc8767c30c4c
2021-11-20 01:41:48 +00:00
Greg Kroah-Hartman
3b33081a0b Merge d73dad4eb5 ("kasan: test: bypass __alloc_size checks") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I465f4c4e05c8e6a856ff4d318708e36e96ee3356
2021-11-19 15:48:15 +01:00
Greg Kroah-Hartman
0442f29319 Merge 7857ccdf94 ("lib/stackdepot: include gfp.h") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I4b684837fc6471b6e19163988e277f2797129661
2021-11-19 13:09:44 +01:00
Greg Kroah-Hartman
8b7cd8f566 Merge fe91c4725a ("Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: If2dd59ef77f3059c791302e1cee857533e20eec6
2021-11-19 10:05:47 +01:00
Greg Kroah-Hartman
eb8ab9301a Merge 5af06603c4 ("Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Idb39c149cf06b0825bdb88f58d9b3a3406607dbb
2021-11-19 10:02:43 +01:00
Greg Kroah-Hartman
8c1e859656 Revert "Merge 0cc82d617a ("Merge branch 'for-5.16/nintendo' into for-linus") into android-mainline"
There is something odd about the new switch driver upstream that is
failing CTS tests.  Revert the new version and go back to the old one
for now so that we can continue on with the merge to 5.16-rc1.  We will
revisit this after the merge is complete.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I874b4f5e10ca565341ab696f0bbb761302df806c
2021-11-19 07:44:57 +01:00
Greg Kroah-Hartman
29c74408e1 Merge 0cc82d617a ("Merge branch 'for-5.16/nintendo' into for-linus") into android-mainline
Steps on the way to 5.16-rc1

Resolves conflicts in:
	drivers/hid/Kconfig
	drivers/hid/hid-ids.h
	drivers/hid/hid-nintendo.c

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ibd5bf7260b97bd31de561d8be8d1296ff48b9580
2021-11-19 07:44:17 +01:00
Kalesh Singh
cbf0818540 Revert "ANDROID: mm: Throttle rss_stat tracepoint"
This reverts commit 77dfeaa02d.

Throttling can now be done using hist triggers and synthetic events

Bug: 145972256
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Change-Id: I39c284040e2fdb815cda980f3a40ef188e59287c
2021-11-18 15:18:19 -08:00
Todd Kjos
833169bb8d Revert "ANDROID: media: increase video max frame number"
This reverts commit e81694723a.

Reason for revert: Per submitter, the patch is not longer required (b143356419#comment9)

Bug: 143356419
Change-Id: I51a9ce7c58df66e11482bcd58309cd56e0e6ac56
Signed-off-by: Todd Kjos <tkjos@google.com>
2021-11-18 20:56:24 +00:00
Alistair Delva
30d20d8841 ANDROID: setlocalversion: make KMI_GENERATION optional
GKI required the KMI_GENERATION to be added to the kernel version
string, but this only makes sense for GKI kernels, for non-GKI kernels
we don't need it. Leave all the other stuff we added, though, as it
seems useful.

Bug: 205897686
Change-Id: I2e7b3cb7ed5529f1e5e7c9d79a1f7ce4a1b6ee1f
Signed-off-by: Alistair Delva <adelva@google.com>
2021-11-17 22:48:22 +00:00
Greg Kroah-Hartman
0526d8b334 ANDROID: GKI: fix up gki_defconfig to keep CONFIG_HID_PLAYSTATION
Commit d7f1f9fec0 ("HID: playstation: require multicolor LED
functionality") added a build dependancy for CONFIG_HID_PLAYSTATION, so
add CONFIG_LEDS_CLASS_MULTICOLOR=y to the gki_defconfig files to ensure
that the playstation drivers remain building as part of the gki builds.

Bug: 135136477
Cc: Siarhei Vishniakou <svv@google.com>
Fixes: d7f1f9fec0 ("HID: playstation: require multicolor LED functionality")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I8e27b0f153ffd4b8d8f1c803a015b4a5103605e1
2021-11-17 08:09:31 +01:00
Greg Kroah-Hartman
e25f1958d0 Merge a6be4c6c4e ("Merge branch 'for-5.16/playstation' into for-linus") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I3603032614487ce680690b34fd960f22536a0343
2021-11-17 08:08:37 +01:00
Greg Kroah-Hartman
b9ab2f266e Merge b026277a84 ("Merge branch 'for-5.16/core' into for-linus") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia5460bbe34d9cdf7f59ff6b38c1dd72b24fee6a3
2021-11-16 18:38:27 +01:00
Greg Kroah-Hartman
fe64823676 Merge 5a1bcbd965 ("Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I570580936a0d1cfb15fb4002fc1c0187fd99c5cb
2021-11-15 19:21:13 +01:00
Greg Kroah-Hartman
94f535921a Merge abfecb3909 ("Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ibd9995927e83fd6007ca0e6831d06d7a7ae71e5d
2021-11-15 19:19:51 +01:00
Greg Kroah-Hartman
f52847a7d4 Revert "ANDROID: rpmsg: core: Add signal API support"
This reverts commit 5c3bd130ea.

It causes lots of merge conflicts with 5.16-rc1 so revert it to allow
the merges to happen.  If this is still needed, please submit it
usptream first and get it merged there properly.

Bug: 161128971
Cc: Chris Lew <clew@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I4481250521cd7219a6e072d8a8f9bc15580e84a0
2021-11-15 19:19:13 +01:00
Greg Kroah-Hartman
2ace361bc3 Merge 95faf6ba65 ("Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core") into android-mainline
Steps on the way to 5.16-rc1

Resolves conflicts in:
	Documentation/ABI/stable/sysfs-module
	drivers/base/arch_topology.c

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I58e1037220b270da3d7860d1c110f2cc7442f508
2021-11-15 19:18:28 +01:00
Arnd Bergmann
703816224f UPSTREAM: arm64: cpufeature: Export this_cpu_has_cap helper
Export the this_cpu_has_cap() for use by modules. This is
used by TRBE driver. Without this patch, TRBE will fail
to build as a module :

ERROR: modpost: "this_cpu_has_cap" [drivers/hwtracing/coresight/coresight-trbe.ko] undefined!

Fixes: 8a1065127d ("coresight: trbe: Add infrastructure for Errata handling")
Cc: Will Deacon <will@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[ change to EXPORT_SYMBOL_GPL ]
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
[ Added Will AB tag]
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20211103221256.725080-1-suzuki.poulose@arm.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
(cherry picked from commit 20b02fe365)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia3c8d3308da6e47d030f29905cbe275b9b691662
2021-11-15 19:15:17 +01:00
Greg Kroah-Hartman
41a3d93a39 ANDROID: add dma-buf namespace to system_heap.c & cma_heap.c
Commit 16b0314aa7 ("dma-buf: move dma-buf symbols into the DMA_BUF
module namespace") moved the dma-buf exports into the DMA_BUF namespace.
To keep the system_heap.c and cma_heap modules building, add them to the
DMA_BUF namespace as well.

Fixes: 16b0314aa7 ("dma-buf: move dma-buf symbols into the DMA_BUF module namespace")
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ib69062d41c426844f82667a51d75f0c35bad2bdf
2021-11-15 18:40:14 +01:00
Greg Kroah-Hartman
56be63c7e8 Merge 5c904c66ed ("Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I01588fd7bf1bdb5ae5145a9975eca41e5e136a0a
2021-11-15 16:56:29 +01:00
Greg Kroah-Hartman
c133cfa9ab Merge 048ff8629e ("Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ifbbd0a101b4f5875113ea114041f3098637ecbff
2021-11-15 16:54:01 +01:00
Greg Kroah-Hartman
91b4c2a534 Merge 7ddb58cb0e ("Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux") into android-mainline
Steps on the way to 5.16

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I9cf0a5c1a9936e594417072c827ea2362ec7d5b3
2021-11-15 16:44:27 +01:00
Greg Kroah-Hartman
40af303760 Revert "virtio_ring: validate used buffer length"
This reverts commit 939779f515.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I4050d592dd4adc8e8d2275c93dd0fd67791d4a58
2021-11-15 13:51:29 +01:00
Greg Kroah-Hartman
181491ec81 Revert "virtio-net: don't let virtio core to validate used length"
This reverts commit 816625c136.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I0d9c0bfbefa596595a50f5622403c4e00a42ed32
2021-11-15 13:51:27 +01:00
Greg Kroah-Hartman
d734335552 Revert "virtio-blk: don't let virtio core to validate used length"
This reverts commit a40392edf1.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ib505e18714fa89e0a465cfde7754bde1b22e2b95
2021-11-15 13:51:24 +01:00
Greg Kroah-Hartman
c7c97e27da Revert "virtio-scsi: don't let virtio core to validate used buffer length"
This reverts commit c57911ebfb.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I4a65b7a1126126cffa1e50ace4f1c77a05a23f55
2021-11-15 13:51:18 +01:00
Greg Kroah-Hartman
48487cfbab Merge 43e1b12927 ("Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I5e5952a486b20df66e03214d5828c7ed92f6e2c4
2021-11-15 13:13:18 +01:00
Greg Kroah-Hartman
4b17c0982d Merge f083937247 ("virtio_blk: correct types for status handling") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iec7abbb246928e74ac8ccc47cdeaca4adace7de9
2021-11-15 09:59:31 +01:00
Greg Kroah-Hartman
89952f5504 Merge ead65f7695 ("virtio_blk: allow 0 as num_request_queues") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I747a1c9969a407dae63926631299bea88e138331
2021-11-15 09:59:19 +01:00
Greg Kroah-Hartman
a9d0d6f322 Merge dcce162559 ("i2c: virtio: Add support for zero-length requests") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I53578b96e0d3e89ba05244bb9a1fec2173bf755a
2021-11-14 14:35:47 +01:00
Greg Kroah-Hartman
ecfe50b9c3 Merge 9e35276a53 ("virtio_pci: harden MSI-X interrupts") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1f7761cf3b6e783b38da3d6806bf50e9bc181924
2021-11-14 12:49:19 +01:00
Greg Kroah-Hartman
1ad353f132 Merge 28962ec595 ("virtio_console: validate max_nr_ports before trying to use it") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I41a68beb0e435043975a501b238ce713a41b04c5
2021-11-14 12:49:05 +01:00
Greg Kroah-Hartman
dd4e4c9daf Merge 6ae6ff6f6e ("virtio-blk: validate num_queues during probe") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I98ca89d9b71e4714220424db8de78d67b27de217
2021-11-14 12:48:53 +01:00
Greg Kroah-Hartman
a91b6a777b Merge 601695aa8e ("ALSA: virtio: Replace zero-length array with flexible-array member") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I17a4d12cf0d8d19d7d5d7b44ce9dddaa68a7a514
2021-11-14 12:48:34 +01:00
Greg Kroah-Hartman
42113b8cd0 Merge fc6d70f40b ("virtio_ring: check desc == NULL when using indirect with packed") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I7196f49b7264d3f22de3b532aadf389daada8acd
2021-11-13 19:11:43 +01:00
Greg Kroah-Hartman
67923a0609 Revert "ANDROID: virtio_blk: Remove BUG_ON for discard/zero ops"
This reverts commit 187c494456.

This commit conflicts with other virtio_blk changes that are coming in
5.16-rc1 so needs to be reverted.  Also, if this really has been an
issue since the 4.20 kernel release (i.e. Feb 2017), and not resolved
yet, upstream should be told about it to resolve it as this has been a
long time.

Bug: 144592287
Cc: Satya Tangirala <satyat@google.com>
Cc: Alistair Delva <adelva@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I43339aad3704073d005d2fba91f159c68e099e97
2021-11-13 16:04:34 +01:00
Greg Kroah-Hartman
f82ce01c0d Merge d4ec3d5535 ("Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfio") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ieec4238686ae00d8689ab4f1bdaf3d2a9e30cfde
2021-11-13 16:04:24 +01:00
Greg Kroah-Hartman
1b5e1a7fd9 Merge a602285ac1 ("Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iadab704071e9cbf8deaacafd8ac8f5bd257ef2dc
2021-11-13 16:03:47 +01:00
Greg Kroah-Hartman
3bbb661512 Merge 655fedaad3 ("Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggy") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ie9f09f93a3a4f2525e3000a8325d6e4dcdbe2cad
2021-11-13 16:03:34 +01:00
Greg Kroah-Hartman
35dba11eb2 Merge e1fd0b2acd ("Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic37fbe59e3b95af4d8f6e461fc31c9b0537eec11
2021-11-13 16:03:09 +01:00
Greg Kroah-Hartman
9cb10a6ad2 Merge 25edbc383b ("Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I8150cf259f18904501205a260249ea509b1863f8
2021-11-13 16:02:15 +01:00
Greg Kroah-Hartman
53f47613b5 Merge ff0700f036 ("Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound") into android-mainline
Steps on the way to 5.16

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I23584f8838e4c7b4822baac7f807a4ed2ca955e7
2021-11-13 16:00:35 +01:00
Greg Kroah-Hartman
0bc9a82c5f Revert "kbuild: Enable DT schema checks for %.dtb targets"
This reverts commit 53182e81f4.

Right now it breaks the Android kernel build as libyaml needs to be
added to it, and an updated version of DTC also needs to be added to the
build system.

Until then, revert this change as we don't "need" to validate the yaml
at this point in time as we "trust" the files are good for now.

Cc: Rob Herring <robh@kernel.org>
Fixes: 53182e81f4 ("kbuild: Enable DT schema checks for %.dtb targets")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I72acd7d9a2475137c53d910d997e0c9b8f4fe905
2021-11-13 15:58:38 +01:00
Greg Kroah-Hartman
7ebc9cfb38 Revert "of/unittest: Disable new dtc node_name_vs_property_name and interrupt_map warnings"
This reverts commit b68d0924ad as it
breaks the build on clang-based systems with the errors:
	FATAL ERROR: Unrecognized check name "interrupt_map"
	FATAL ERROR: Unrecognized check name "node_name_vs_property_name"

Cc: Rob Herring <robh@kernel.org>
Fixes: b68d0924ad ("of/unittest: Disable new dtc node_name_vs_property_name and interrupt_map warnings")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia90d9a1d73604f7f1cace2397fc97e3e35ce5b1c
2021-11-13 15:58:09 +01:00
Greg Kroah-Hartman
1e5a1d093b Merge dcd68326d2 ("Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux") into android-mainline
Steps on the way to 5.16-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I942a9a77b0f1da12e3e6577318643e1998d076c1
2021-11-13 15:57:35 +01:00