forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically refreshed: generic/hack-5.10/902-debloat_proc.patch generic/pending-5.10/110-perf-jevents-fix-getting-maximum-number-of-fds.patch Signed-off-by: Rui Salvaterra <[email protected]>
- Loading branch information
1 parent
962d530
commit 53b9cc4
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
do { \ | ||
--- a/ipc/msg.c | ||
+++ b/ipc/msg.c | ||
@@ -1348,6 +1348,9 @@ void __init msg_init(void) | ||
@@ -1350,6 +1350,9 @@ void __init msg_init(void) | ||
{ | ||
msg_init_ns(&init_ipc_ns); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/tools/perf/pmu-events/jevents.c | ||
+++ b/tools/perf/pmu-events/jevents.c | ||
@@ -897,7 +897,7 @@ static int get_maxfds(void) | ||
@@ -894,7 +894,7 @@ static int get_maxfds(void) | ||
struct rlimit rlim; | ||
|
||
if (getrlimit(RLIMIT_NOFILE, &rlim) == 0) | ||
|