Update kernel to builds 8069881
git log --first-parent -100 --oneline --no-decorate 3ff3c30b7d4f..fb1e970d4e0c:
fb1e970d4e0c ANDROID: kleaf: drop toolchain_version = CLANG_VERSION
83a84a5782c5 ANDROID: arm64/mm: Add command line option to make ZONE_DMA32 empty
d52e3e447307 Revert "ANDROID: KVM: arm64: Unmap S2MPU MMIO regions in MPT"
e3bc721865c7 ANDROID: KVM: arm64: Initialize pkvm_pgtable.mm_ops earlier
8d929114a7d6 ANDROID: KVM: arm64: Mark select_iommu_ops static
2023f014611f ANDROID: Enable KVM_S2MPU in gki_defconfig
0fedf3dfd38c ANDROID: KVM: arm64: Unmap S2MPU MMIO registers from host stage-2
81e70911d602 ANDROID: KVM: arm64: Implement MMIO handler in S2MPU driver
b03ce007f96c ANDROID: KVM: arm64: Unmap S2MPU MMIO regions in MPT
fa6ad0bcb8ed ANDROID: KVM: arm64: Add S2MPU kselftest
ce1b8ebce88d ANDROID: KVM: arm64: Modify S2MPU MPT in 'host_stage2_set_owner'
4bd76c88c59a ANDROID: KVM: arm64: Set up S2MPU Memory Protection Table
6a2df2071281 ANDROID: KVM: arm64: Reprogram S2MPUs in 'host_smc_handler'
f6b90bb6f59d ANDROID: KVM: arm64: Enable S2MPUs in __pkvm_init_stage2_iommu
0ed6ef5469b9 ANDROID: KVM: arm64: Copy S2MPU configuration to hyp
4a75e1b06028 ANDROID: KVM: arm64: Implement IRQ handler for S2MPU faults
a74e3b10a1ed ANDROID: KVM: arm64: Allocate context IDs for valid VIDs
e85048537499 ANDROID: KVM: arm64: Read and check S2MPU_VERSION
8827315de08f ANDROID: KVM: arm64: Parse S2MPU MMIO region
d907ef4ba571 ANDROID: KVM: arm64: Create empty S2MPU driver
f43970daf2ba ANDROID: dt-bindings: iommu: Add Google S2MPU
57454d376351 ANDROID: KVM: arm64: Add 'host_stage2_adjust_mmio_range' to kvm_iommu_ops
565267794acd ANDROID: KVM: arm64: Add 'host_mmio_dabt_handler' to kvm_iommu_ops
f51f6b5d266d ANDROID: KVM: arm64: Add 'host_stage2_set_owner' to kvm_iommu_ops
ba27273db7f8 ANDROID: KVM: arm64: Add 'host_smc_handler' to kvm_iommu_ops
5158bd95fef7 ANDROID: KVM: arm64: Introduce IOMMU driver infrastructure
9e280ea43eaa ANDROID: sched: export task_rq_lock
cabf26b4eb37 ANDROID: sched: Add vendor hook to select ilb cpu
25d620ba7994 ANDROID: GKI: sched: add rvh for new cfs task util
ca6883251afd ANDROID: sched: add rvh for rebalance domains
88b7cf0b5b04 ANDROID: Add initial QCOM symbol list
4c62466a005a ANDROID: clang: update to 14.0.1
23c5cc871466 ANDROID: GKI: Disable module signing support from gki_defconfig
1d50adbe5ad4 ANDROID: Fix "one_thousand" defined but not used warning
c6e5bd97f633 ANDROID: GKI: defconfig: Enable DMA-BUF sysfs stats
de680fdc4b3a FROMGIT: KVM: arm64: vgic: Replace kernel.h with the necessary inclusions
90ee768cbcb7 FROMGIT: KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
fc13bc019ff7 FROMGIT: KVM: arm64: Rework kvm_pgtable initialisation
60bd62a27a3e FROMGIT: KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()
d11273c6b3d0 FROMGIT: KVM: arm64: vgic-v3: Fix vcpu index comparison
79e8cbf51ada FROMGIT: KVM: arm64: Drop unused workaround_flags vcpu field
8b7fdc4ca70a ANDROID: GKI: Update virtual_device symbol list
0df27086969a ANDROID: dma-heap: Make the page-pool library built-in
7a2d401ac28e ANDROID: dma-buf: heaps: fix dma-buf heap pool pages stat
c6a639f5890e ANDROID: dma-heap: Let system heap report total pool size
32fe36e04d60 ANDROID: dma-buf: heaps: Add a sysfs file to report total pool size.
7f612dda4404 ANDROID: dma-buf: heaps: fix a warning in dmabuf page pools
ef2ab77cc18a ANDROID: dma-buf: system_heap: Add pagepool support to system heap
cc46bc6803ad ANDROID: dma-buf: heaps: Add a shrinker controlled page pool
d35a883ae5ba ANDROID: mm/oom_kill: allow process_mrelease reclaim memory in parallel with exit_mmap
563cf57f78a3 FROMLIST: mm/oom_kill: allow process_mrelease to run under mmap_lock protection
28358ebf2adb FROMLIST: mm: protect free_pgtables with mmap_lock write lock in exit_mmap
9ec6b2ff43c6 ANDROID: add initial symbol list for mtktv
12f8b6f54b59 FROMGIT: KVM: arm64: pkvm: Unshare guest structs during teardown
b45ecf7774a0 FROMGIT: KVM: arm64: Expose unshare hypercall to the host
2d57dde147b7 FROMGIT: KVM: arm64: Implement do_unshare() helper for unsharing memory
ba98bc064bf5 FROMGIT: KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()
2477c5eb2b3e FROMGIT: KVM: arm64: Implement do_share() helper for sharing memory
32cc9591f003 FROMGIT: KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
d9acb48aed93 FROMGIT: KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
61936dc510ac FROMGIT: KVM: arm64: pkvm: Refcount the pages shared with EL2
6234d467447b BACKPORT: FROMGIT: KVM: arm64: Introduce kvm_share_hyp()
a7be01eb8d3a FROMGIT: KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
5f9b0a6162ba FROMGIT: KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
7fbaf3706968 FROMGIT: KVM: arm64: Fixup hyp stage-1 refcount
acfd93461740 FROMGIT: KVM: arm64: Refcount hyp stage-1 pgtable pages
830bf938c49c FROMGIT: KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator
6cb9fcb232ce Revert "FROMLIST: KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator"
647d1e9dcc9d Revert "FROMLIST: KVM: arm64: Refcount hyp stage-1 pgtable pages"
da05d9279eb7 Revert "FROMLIST: KVM: arm64: Fixup hyp stage-1 refcount"
81ab9e20cfdc Revert "FROMLIST: KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table"
8e885d812cc6 Revert "FROMLIST: KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2"
f635fad1fcfc Revert "FROMLIST: KVM: arm64: Introduce kvm_share_hyp()"
95580d6d6df4 Revert "FROMLIST: KVM: arm64: pkvm: Refcount the pages shared with EL2"
acb3a1f80a64 Revert "FROMLIST: KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages"
0262359012be Revert "FROMLIST: KVM: arm64: Introduce wrappers for host and hyp spin lock accessors"
58c639d7096e Revert "FROMLIST: KVM: arm64: Implement do_share() helper for sharing memory"
958cf0694ec1 Revert "FROMLIST: KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()"
739e040272d7 Revert "FROMLIST: KVM: arm64: Implement do_unshare() helper for unsharing memory"
5b78540213f1 Revert "FROMLIST: KVM: arm64: Expose unshare hypercall to the host"
0a0bb5476708 Revert "FROMLIST: KVM: arm64: pkvm: Unshare guest structs during teardown"
f8bd6cf70dec ANDROID: GKI: Add module load time protected symbol lookup
31d5735baf0b ANDROID: GKI: Add script to generate symbol protection headers
0f047989b007 FROMGIT: mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
009596c521eb Merge 5.15.13 into android13-5.15
70f80ec2b0ac ANDROID: remove stale variables from build.config files
Test: treehugger
Bug: 214143143
Change-Id: I4a572a00ca96361cdf19a49991448f24cfde469a
6 files changed