Skip to content
Snippets Groups Projects
  1. Aug 09, 2024
  2. Aug 07, 2024
  3. Jul 08, 2024
  4. Jul 01, 2024
    • Guillaume LA ROQUE's avatar
      Merge tag 'android14-6.1-2024-06_r2' into HEAD · 8bb139aa
      Guillaume LA ROQUE authored
      android14-6.1 June 2024 release 2
      
      Artifacts:
        https://ci.android.com/builds/submitted/11990555/kernel_aarch64/latest
      
      
      
      * tag 'android14-6.1-2024-06_r2': (653 commits)
        Revert "f2fs: fix to tag gcing flag on page during block migration"
        FROMGIT: arm64: mte: Make mte_check_tfsr_*() conditional on KASAN instead of MTE
        ANDROID: gki_defconfig: Disable CONFIG_BRCMSTB_DPFE and CONFIG_BRCMSTB_MEMC
        FROMGIT: f2fs: fix to avoid use SSR allocate when do defragment
        ANDROID: 16K: Only check basename of linker context
        ANDROID: 16K: Avoid and document padding madvise lock warning
        ANDROID: arm64: vdso32: support user-supplied flags
        ANDROID: GKI: Add initial symbol list for bcmstb
        ANDROID: gki_defconfig: Enable Broadcom STB SoCs
        UPSTREAM: mmc: core: Do not force a retune before RPMB switch
        UPSTREAM: arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
        BACKPORT: net: phy: Allow drivers to always call into ->suspend()
        UPSTREAM: ARM: perf: Mark all accessor functions inline
        UPSTREAM: arm64: perf: Mark all accessor functions inline
        UPSTREAM: perf/core: Drop __weak attribute from arch_perf_update_userpage() prototype
        UPSTREAM: ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
        UPSTREAM: ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
        UPSTREAM: perf: pmuv3: Change GENMASK to GENMASK_ULL
        UPSTREAM: perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
        UPSTREAM: perf: pmuv3: Abstract PMU version checks
        ...
      
      Signed-off-by: default avatarGuillaume La Roque <glaroque@baylibre.com>
      8bb139aa
  5. Jun 19, 2024
    • Jaegeuk Kim's avatar
      Revert "f2fs: fix to tag gcing flag on page during block migration" · 7c4e7f18
      Jaegeuk Kim authored
      
      This reverts commit 7c972c89.
      
      [  146.693904][ T8878] WARNING: CPU: 2 PID: 8878 at fs/f2fs/segment.c:3335 f2fs_allocate_data_block+0x130/0xd08
      
      panic in:
      
      f2fs_write_data_pages
       -> f2fs_write_multi_pages
        -> f2fs_write_single_data_page
         -> f2fs_do_write_data_page
          -> f2fs_outplace_write_data
           -> do_write_page
            -> f2fs_allocate_data_block
      
       if (from_gc) {
               f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO);
               se = get_seg_entry(sbi, GET_SEGNO(sbi, old_blkaddr));
               sanity_check_seg_type(sbi, se->type);
               f2fs_bug_on(sbi, IS_NODESEG(se->type));
       }
      
      Bug: 345273844
      Bug: 348080443
      Change-Id: I62732bbcb37a7864588886b862b590a463b4d1d9
      Signed-off-by: default avatarJaegeuk Kim <jaegeuk@google.com>
      (cherry picked from commit c0618d18)
      7c4e7f18
Loading