ANDROID: quilt series: add missing ANDROID: tags

Change-Id: Icaf0ad10a2552a1e7c69f9e21841d84205a7b41e
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich 2019-10-22 14:19:17 +01:00
parent 867c8c8cff
commit ada6a39de0
22 changed files with 46 additions and 44 deletions

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Hridya Valsaraju <hridya@google.com>
Date: Wed, 2 Oct 2019 14:32:19 -0700
Subject: Add an IOCTL to check ION ABI version
Subject: ANDROID: Add an IOCTL to check ION ABI version
Userspace needs a way to detect ION ABI version at runtime to determine
heap IDs. CURRENT_ION_ABI_VERSION is set to 2 considering legacy and

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ram Muthiah <rammuthiah@google.com>
Date: Tue, 13 Aug 2019 10:11:28 -0700
Subject: Adding GKI Ramdisk to gki config
Subject: ANDROID: Adding GKI Ramdisk to gki config
Test: Treehugger
Bug: 132629930

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ram Muthiah <rammuthiah@google.com>
Date: Wed, 4 Sep 2019 16:18:17 -0700
Subject: Adding SERIAL_OF_PLATFORM module to gki
Subject: ANDROID: Adding SERIAL_OF_PLATFORM module to gki
Bug: 132629930
Change-Id: I722540edb8b7a7289e45e63de2959399cb563e23

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Mark Salyzyn <salyzyn@google.com>
Date: Thu, 12 Sep 2019 14:06:44 -0700
Subject: CONFIG_MMC=m
Subject: ANDROID: CONFIG_MMC=m
Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Test: compile

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jorge E. Moreira" <jemoreira@google.com>
Date: Thu, 23 May 2019 17:26:51 -0700
Subject: Enable CONFIG_ION_SYSTEM_HEAP
Subject: ANDROID: Enable CONFIG_ION_SYSTEM_HEAP
Bug: 132983011
Test: atest MediaStore_Video_ThumbnailsTest

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Alistair Delva <adelva@google.com>
Date: Wed, 9 Oct 2019 15:25:35 -0400
Subject: Revert "kheaders: make headers archive reproducible"
Subject: ANDROID: Revert "kheaders: make headers archive reproducible"
This reverts commit 86cdd2fdc4e39c388d39c7ba2396d1a9dfd66226.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Alistair Delva <adelva@google.com>
Date: Thu, 22 Aug 2019 16:53:19 -0700
Subject: Revert "um: irq: don't set the chip for all irqs"
Subject: ANDROID: Revert "um: irq: don't set the chip for all irqs"
This reverts commit 1987b1b8f9f17a06255877e7917d0bb5b5377774.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Alistair Delva <adelva@google.com>
Date: Thu, 22 Aug 2019 16:53:55 -0700
Subject: Revert "um: remove uses of variable length arrays"
Subject: ANDROID: Revert "um: remove uses of variable length arrays"
This reverts commit 0d4e5ac7e78035950d564e65c38ce148cb9af681.

View File

@ -1,7 +1,8 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@google.com>
Date: Tue, 23 Jul 2019 14:52:18 +0200
Subject: Revert "x86/mm: Identify the end of the kernel area to be reserved"
Subject: ANDROID: Revert "x86/mm: Identify the end of the kernel area to be
reserved"
This reverts commit c603a309cc75f3dd018ddb20ee44c05047918cbf.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: David Dai <daidavid1@codeaurora.org>
Date: Mon, 19 Aug 2019 16:35:44 -0700
Subject: clk: add pre and post change rate callbacks
Subject: ANDROID: clk: add pre and post change rate callbacks
There are scenarios where a rate change could result in a configuration
change for both the targeted clock and its parent.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Alessio Balsini <balsini@google.com>
Date: Fri, 11 Oct 2019 13:50:20 +0100
Subject: gki_defconfig: Enable CONFIG_DM_SNAPSHOT
Subject: ANDROID: gki_defconfig: Enable CONFIG_DM_SNAPSHOT
The snapshot dm target is required to implement the Virtual-AB
mechanism.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Thu, 8 Aug 2019 08:00:53 -0700
Subject: staging: ion: Move ion heaps into their own directory
Subject: ANDROID: staging: ion: Move ion heaps into their own directory
This is preparatory work for ION heaps to be kernel modules, so
they stay in their own directory inside ION. The heap modules are

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Tue, 10 Sep 2019 05:13:51 -0700
Subject: staging: ion: export ion_free() for ion_heaps.
Subject: ANDROID: staging: ion: export ion_free() for ion_heaps.
ion_free() is a generic function needed to release
an ion buffer back to the heap. So, export it for the

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Mon, 9 Sep 2019 08:21:20 -0700
Subject: staging: ion: fix off-by-1 error in heap search
Subject: ANDROID: staging: ion: fix off-by-1 error in heap search
ion allocation was wrong because of an off-by-1 error
in heap search for buffer allocation. Fix it.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Mon, 12 Aug 2019 17:23:25 -0700
Subject: staging: ion: make system and contig heaps modular
Subject: ANDROID: staging: ion: make system and contig heaps modular
Add symmetric heap add/remove APIs and export symbols from
ion core that are needed to make both heaps modular.

View File

@ -1,8 +1,8 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Wed, 7 Aug 2019 12:12:47 -0700
Subject: staging: ion: refactor ion's buffer manipulators into a separate
file.
Subject: ANDROID: staging: ion: refactor ion's buffer manipulators into a
separate file.
This patch is preparatory work for making ion heaps modular. The patch
itself doesn't make any significant changes except for re-organizing the

View File

@ -1,8 +1,8 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Wed, 7 Aug 2019 15:01:24 -0700
Subject: staging: ion: refactor ion's dmabuf manipulators into a separate
file.
Subject: ANDROID: staging: ion: refactor ion's dmabuf manipulators into a
separate file.
This patch is preparatory work for making ion heaps modular. The patch
itself doesn't make any significant changes except for re-organizing the

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Thu, 8 Aug 2019 08:35:46 -0700
Subject: staging: ion: refactor ion's heap API into linux/ion.h
Subject: ANDROID: staging: ion: refactor ion's heap API into linux/ion.h
Now that we know the APIs needed by system and cma heaps,
refactor and move all those into linux/ion.h.

View File

@ -1,7 +1,8 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Thu, 8 Aug 2019 07:52:27 -0700
Subject: staging: ion: refactor ion's heap manipulators into a separate file.
Subject: ANDROID: staging: ion: refactor ion's heap manipulators into a
separate file.
This patch is preparatory work for making ion heaps modular. The patch
itself doesn't make any significant changes except for re-organizing the

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Thu, 8 Aug 2019 08:50:56 -0700
Subject: staging: ion: split system and system-contig heaps
Subject: ANDROID: staging: ion: split system and system-contig heaps
This will allows us to build and load them both as individual
kernel modules.

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Mon, 9 Sep 2019 08:34:43 -0700
Subject: staging: ion: uapi: match the existing heap type enums
Subject: ANDROID: staging: ion: uapi: match the existing heap type enums
Change the enup order for ion heap types to match how it was before so
as to not break any userspace code that depends on them.

View File

@ -98,7 +98,7 @@ ANDROID-Four-part-revert-of-asm-goto-usage-4-4.patch
ANDROID-Removed-check-for-asm-goto.patch
ANDROID-Add-initial-x86_64-gki_defconfig.patch
ANDROID-added-configs-so-that-GKI-boots-on-x86-cuttlefish.patch
Enable-CONFIG_ION_SYSTEM_HEAP.patch
ANDROID-Enable-CONFIG_ION_SYSTEM_HEAP.patch
ANDROID-gki_defconfig-enable-CMA-and-increase-CMA_AREAS.patch
ANDROID-gki_defconfig-enable-SLAB_FREELIST_RANDOM-SLAB_FREELIST_HARDENED.patch
ANDROID-gki_defconfig-Enable-CMA-SLAB_FREELIST-RANDOM-and-HARDENED-on-x86.patch
@ -124,7 +124,7 @@ ANDROID-sdcardfs-Add-sdcardfs-filesystem.patch
ANDROID-cuttlefish-gki-_defconfig-Enable-CONFIG_SDCARD_FS.patch
ANDROID-mnt-Fix-null-pointer-dereference.patch
ANDROID-build-configs-switch-prebuilt-path-location.patch
Revert-x86-mm-Identify-the-end-of-the-kernel-area-to-be-reserved.patch
ANDROID-Revert-x86-mm-Identify-the-end-of-the-kernel-area-to-be-reserved.patch
ANDROID-xfrm-remove-in_compat_syscall-checks.patch
ANDROID-Add-initial-rockpi4_defconfig.patch
ANDROID-label-cuttlefish-modules-for-gki.patch
@ -136,21 +136,21 @@ ANDROID-dma-buf-Add-support-to-get-flags-associated-with-a-buffer.patch
ANDROID-Removed-hardcoded-kernel-command-line-arguments.patch
ANDROID-gki_defconfig-disable-IP_PNP-ECRYPT_FS.patch
ANDROID-Removed-unnecessary-modules-from-cuttlefish.patch
Adding-GKI-Ramdisk-to-gki-config.patch
ANDROID-Adding-GKI-Ramdisk-to-gki-config.patch
ANDROID-Remove-unused-cuttlefish-build-infra.patch
staging-ion-refactor-ion-s-buffer-manipulators-into-a-separate-file.patch
staging-ion-refactor-ion-s-dmabuf-manipulators-into-a-separate-file.patch
staging-ion-refactor-ion-s-heap-manipulators-into-a-separate-file.patch
staging-ion-Move-ion-heaps-into-their-own-directory.patch
staging-ion-refactor-ion-s-heap-API-into-linux-ion.h.patch
staging-ion-split-system-and-system-contig-heaps.patch
staging-ion-make-system-and-contig-heaps-modular.patch
ANDROID-staging-ion-refactor-ion-s-buffer-manipulators-into-a-separate-file.patch
ANDROID-staging-ion-refactor-ion-s-dmabuf-manipulators-into-a-separate-file.patch
ANDROID-staging-ion-refactor-ion-s-heap-manipulators-into-a-separate-file.patch
ANDROID-staging-ion-Move-ion-heaps-into-their-own-directory.patch
ANDROID-staging-ion-refactor-ion-s-heap-API-into-linux-ion.h.patch
ANDROID-staging-ion-split-system-and-system-contig-heaps.patch
ANDROID-staging-ion-make-system-and-contig-heaps-modular.patch
ANDROID-staging-ion-Build-fix-for-mips.patch
ANDROID-fix-kernelci-build-break.patch
ANDROID-gki_defconfig-enable-CONFIG_TIPC.patch
ANDROID-gki_defconfig-set-CONFIG_NR_CPUS-32.patch
Revert-um-irq-don-t-set-the-chip-for-all-irqs.patch
Revert-um-remove-uses-of-variable-length-arrays.patch
ANDROID-Revert-um-irq-don-t-set-the-chip-for-all-irqs.patch
ANDROID-Revert-um-remove-uses-of-variable-length-arrays.patch
ANDROID-sdcardfs-fix-fall-through-in-param-parsing.patch
ANDROID-gki_defconfig-Minimally-enable-EFI.patch
ANDROID-gki_defconfig-enable-CONFIG_SPARSEMEM_VMEMMAP.patch
@ -167,14 +167,14 @@ ANDROID-GKI-enable-CONFIG_SPI-for-x86.patch
ANDROID-GKI-enable-CONFIG_TIPC-for-x86.patch
ANDROID-Catch-rockpi4_defconfig-up-with-gki_defconfig.patch
ANDROID-first-pass-cuttlefish-GKI-modularization.patch
staging-ion-fix-off-by-1-error-in-heap-search.patch
staging-ion-uapi-match-the-existing-heap-type-enums.patch
staging-ion-export-ion_free-for-ion_heaps.patch
ANDROID-staging-ion-fix-off-by-1-error-in-heap-search.patch
ANDROID-staging-ion-uapi-match-the-existing-heap-type-enums.patch
ANDROID-staging-ion-export-ion_free-for-ion_heaps.patch
ANDROID-cuttlefish-overlayfs-regression.patch
Adding-SERIAL_OF_PLATFORM-module-to-gki.patch
ANDROID-Adding-SERIAL_OF_PLATFORM-module-to-gki.patch
ANDROID-Removed-extraneous-serial-8250-configs.patch
ANDROID-Log-which-device-failed-to-suspend-in-dpm_suspend_start.patch
CONFIG_MMC-m.patch
ANDROID-CONFIG_MMC-m.patch
ANDROID-gki_defconfig-enable-CONFIG_UIO.patch
ANDROID-init-GKI-add-GKI_HACKS_TO_FIX.patch
ANDROID-init-GKI-enable-hidden-configs-for-DRM.patch
@ -210,7 +210,7 @@ ANDROID-sched-core-Add-a-latency-sensitive-flag-to-uclamp.patch
ANDROID-sched-Introduce-uclamp-latency-and-boost-wrapper.patch
ANDROID-sched-fair-Bias-EAS-placement-for-latency.patch
ANDROID-Initial-abi_gki_aarch64-definition.patch
Add-an-IOCTL-to-check-ION-ABI-version.patch
ANDROID-Add-an-IOCTL-to-check-ION-ABI-version.patch
FROMGIT-driver-core-Add-fwnode_to_dev-to-look-up-device-from-fwnode.patch
FROMGIT-driver-core-Add-support-for-linking-devices-during-device-addition.patch
FROMGIT-of-property-Add-functional-dependency-link-from-DT-bindings.patch
@ -220,14 +220,14 @@ FROMGIT-of-property-Create-device-links-for-all-child-supplier-depencencies.patc
ANDROID-gki_defconfig-Enable-BPF_JIT-and-BPF_JIT_ALWAYS_ON.patch
ANDROID-gki_defconfig-enable-REGULATOR.patch
ANDROID-gki_defconfig-enable-CONFIG_NLS_.patch
Revert-kheaders-make-headers-archive-reproducible.patch
ANDROID-Revert-kheaders-make-headers-archive-reproducible.patch
ANDROID-staging-ion-fix-sparse-warning-in-ion-system-heap.patch
ANDROID-gki_defconfig-enable-CONFIG_PARAVIRT-and-CONFIG_HYPERVISOR_GUEST.patch
ANDROID-gki_defconfig-enable-accelerated-AES-and-SHA-256.patch
ANDROID-gki_defconfig-enabled-CONFIG_TMPFS-explicitly.patch
gki_defconfig-Enable-CONFIG_DM_SNAPSHOT.patch
ANDROID-gki_defconfig-Enable-CONFIG_DM_SNAPSHOT.patch
ANDROID-Fix-x86_64-allmodconfig-build.patch
clk-add-pre-and-post-change-rate-callbacks.patch
ANDROID-clk-add-pre-and-post-change-rate-callbacks.patch
ANDROID-gki_defconfig-enable-fs-verity.patch
UPSTREAM-base-soc-Handle-custom-soc-information-sysfs-entries.patch
ANDROID-unconditionally-compile-sig_ok-in-struct-module.patch