-
Notifications
You must be signed in to change notification settings - Fork 851
TS-4957: Make the use of madvise() with MADV_DONTDUMP configurable. #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
FreeBSD build failed! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1143/ for details. |
|
This PR is for backport to 6.2.1 |
EventSystem.o
../../../iocore/eventsystem/EventSystem.cc:38:7: error: unused variable 'iobuffer_advice' [-Werror,-Wunused-variable]
int iobuffer_advice = 0;
^ |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/1036/ for details. |
|
oops From: Leif Hedstrom notifications@github.com EventSystem.o — |
|
[approve ci] |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/1039/ for details. |
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1146/ for details. |
|
removed unused variable in Eventsystem.cc and squashed commits. |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/1042/ for details. |
(cherry picked from commit 514d3fd) Refactored to resolve conflicts due to dependent changes from TS-4156 which cannot be backported to 6.2.x Conflicts iocore/eventsystem/Eventsystem.cc
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1149/ for details. |
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1150/ for details. |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/1043/ for details. |
(cherry picked from commit 514d3fd)
Backport PR to 6.2.x