Skip to content

Commit

Permalink
qualcommax:refresh patches
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffany-929 committed Aug 24, 2024
1 parent 1f5c963 commit 5efab21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -207,6 +207,11 @@ void rt6_multipath_rebalance(struct fib6
@@ -215,6 +215,11 @@ void rt6_multipath_rebalance(struct fib6
void rt6_uncached_list_add(struct rt6_info *rt);
void rt6_uncached_list_del(struct rt6_info *rt);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
subsys_initcall(pktsched_init);
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
@@ -1073,6 +1073,7 @@ static void __qdisc_destroy(struct Qdisc
@@ -1074,6 +1074,7 @@ static void __qdisc_destroy(struct Qdisc

call_rcu(&qdisc->rcu, qdisc_free_cb);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -398,6 +398,31 @@ err_tlock:
@@ -403,6 +403,31 @@ err_tlock:
}
EXPORT_SYMBOL_GPL(l2tp_session_register);

Expand Down

0 comments on commit 5efab21

Please sign in to comment.