Skip to content

Conversation

@AD5GB
Copy link
Contributor

@AD5GB AD5GB commented Jan 21, 2022

It's and oddball device but ATS now builds and runs well on it.
Also built and tested on OpenSuSE Tumbleweed, Fedora-35 and Centos-8 aarch64 and x86_64 platforms.

Signed-off-by: Randy DuCharme radio.ad5gb@gmail.com

Signed-off-by: Randy DuCharme <radio.ad5gb@gmail.com>
@AD5GB AD5GB requested a review from zwoop as a code owner January 21, 2022 02:37
@masaori335 masaori335 added the Build work related to build configuration or environment label Jan 21, 2022
@masaori335 masaori335 added this to the 10.0.0 milestone Jan 21, 2022
@apache apache deleted a comment from masaori335 Jan 21, 2022
@bneradt bneradt merged commit 8ac10d5 into apache:master Jan 21, 2022
ret_val = -1;
} else {
if (limit_data.rlim_cur != static_cast<rlim_t> RLIM_INFINITY) {
if (limit_data.rlim_cur != static_cast<rlim_t>(RLIM_INFINITY)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is good code cleanup in general. I think the only reason it hasn't broken for x86 build is that RLIM_INFINITY is implemented as macro with parentheses enclosing the value:

# define RLIM_INFINITY ((__rlim_t) -1)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks @ywkaras. I was wondering how this built before.

zwoop pushed a commit that referenced this pull request Jan 25, 2022
Signed-off-by: Randy DuCharme <radio.ad5gb@gmail.com>
(cherry picked from commit 8ac10d5)
@zwoop
Copy link
Contributor

zwoop commented Jan 25, 2022

Cherry-picked to v9.2.x

@zwoop zwoop modified the milestones: 10.0.0, 9.2.0 Jan 25, 2022
moonchen pushed a commit to moonchen/trafficserver that referenced this pull request Mar 17, 2022
* asf/9.2.x:
  Updated ChangeLog
  Add SSLSessionDup for older OpenSSL and BoringSSL (apache#8578)
  use shared pointer to help with high memory utilization (apache#8498)
  Commenting TSHttpTxnCacheLookupStatusGet need_to_revalidate (apache#8621)
  check size of session, and free sessions the ATS way (apache#8330)
  free sessions when timeout (apache#8356)
  Fix 32bit build failure on Odroid Xu-4 (apache#8626)
  TSHttpTxnCacheLookupStatusGet: call need_to_revalidate (apache#8617)
  SNIConfig (tunnel_route): Change the way we extract matched subgroups from the server name. (apache#8589)
  fix for collapsed forwarding ink_abort for CacheHitFresh fail (apache#8613)
  Do not turn off cache for internal requests (apache#8266)
  Rate Limit Plugin: Re-enable VConnection when SNI is empty (apache#8625)
  Removes hard dependency on having perl installed (apache#8611)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build work related to build configuration or environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants