RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1289312 - ss should only read /proc/slabinfo when required
Summary: ss should only read /proc/slabinfo when required
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: iproute
Version: 6.7
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Phil Sutter
QA Contact: Jaroslav Aster
URL:
Whiteboard:
Depends On:
Blocks: 1172231
TreeView+ depends on / blocked
 
Reported: 2015-12-07 20:44 UTC by Stuart Auchterlonie
Modified: 2019-10-10 10:39 UTC (History)
1 user (show)

Fixed In Version: iproute-2.6.32-49.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1487152 (view as bug list)
Environment:
Last Closed: 2016-05-11 00:20:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
patch to prevent ss reading slabinfo unnecessarily (339 bytes, patch)
2015-12-07 20:45 UTC, Stuart Auchterlonie
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0895 0 normal SHIPPED_LIVE iproute bug fix and enhancement update 2016-05-10 22:50:11 UTC

Description Stuart Auchterlonie 2015-12-07 20:44:16 UTC
Description of problem:

The `ss` utility is reading /proc/slabinfo every time it is executed
rather than when it actually needs the information.

For the customer system, which is running a low latency application
on the stock rhel6 kernel, this causes delay up around 100ms while
irq processing is blocked while gathering the information on slab
usage.

As it appears the the information gathered from /proc/slabinfo
is only used when running ss with the summary option (-s), based
on a suggestion from the customer i've done a patch to move
gathering of slabinfo so that it is only done when the information
is required.

Version-Release number of selected component (if applicable):

iproute-2.6.32-31.el6.x86_64

How reproducible:

100%

Steps to Reproduce:
1. Run ss with no options under strace
2. strace data shows /proc/slabinfo is read
3.

Actual results:

/proc/slabinfo is read every time

Expected results:

/proc/slabinfo is only read when the information is required

Additional info:

Comment 1 Stuart Auchterlonie 2015-12-07 20:45:26 UTC
Created attachment 1103370 [details]
patch to prevent ss reading slabinfo unnecessarily

Comment 3 Phil Sutter 2015-12-08 15:27:02 UTC
This upstream commit fixes the behaviour:

commit a221d621bb4af414b974ccc40bba26481337d7cf
Author: Bryton Lee <brytonlee01>
Date:   Thu Feb 12 14:16:04 2015 +0800

    prevent the read ahead of /proc/slabinfo in ss
    
    Signed-off-by: Bryton Lee <brytonlee01>

Comment 4 Phil Sutter 2015-12-08 18:20:09 UTC
Fix verification is pretty simple using strace as suggested by Stuart:

Here's a test of the faulty version:

# strace -eopen ss 2>&1 | grep slabinfo
open("/proc/slabinfo", O_RDONLY)        = 3

With the patch from comment #3 applied, the above command does not produce any output.

Comment 8 errata-xmlrpc 2016-05-11 00:20:27 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0895.html


Note You need to log in before you can comment on or make changes to this bug.