kernel: 5.15: update Aquantia PHY driver to v6.1 code
[openwrt/openwrt.git] / target / linux / generic / backport-5.15 / 020-v6.1-15-mm-multi-gen-LRU-move-lru_gen_add_mm-out-of-IRQ-off-.patch
index 7dc296b5b356a230002931fed5408fdc2c9831c8..5b1d378504a8002f3cc881a8f1a366b4dd281f06 100644 (file)
@@ -29,11 +29,9 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  fs/exec.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/fs/exec.c b/fs/exec.c
-index 1afa15a07d26..718c58947be1 100644
 --- a/fs/exec.c
 +++ b/fs/exec.c
-@@ -1013,7 +1013,6 @@ static int exec_mmap(struct mm_struct *mm)
+@@ -1013,7 +1013,6 @@ static int exec_mmap(struct mm_struct *m
        active_mm = tsk->active_mm;
        tsk->active_mm = mm;
        tsk->mm = mm;
@@ -41,7 +39,7 @@ index 1afa15a07d26..718c58947be1 100644
        /*
         * This prevents preemption while active_mm is being loaded and
         * it and mm are being updated, which could cause problems for
-@@ -1028,6 +1027,7 @@ static int exec_mmap(struct mm_struct *mm)
+@@ -1028,6 +1027,7 @@ static int exec_mmap(struct mm_struct *m
                local_irq_enable();
        tsk->mm->vmacache_seqnum = 0;
        vmacache_flush(tsk);
@@ -49,6 +47,3 @@ index 1afa15a07d26..718c58947be1 100644
        task_unlock(tsk);
        lru_gen_use_mm(mm);
        if (old_mm) {
--- 
-2.40.0
-