public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/20132] New: on rawhide, struct inode has changed
@ 2016-05-23 17:26 dsmith at redhat dot com
  2016-05-23 18:57 ` [Bug runtime/20132] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: dsmith at redhat dot com @ 2016-05-23 17:26 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=20132

            Bug ID: 20132
           Summary: on rawhide, struct inode has changed
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

On rawhide (4.7.0-0.rc0.git5.1.fc25.x86_64), the kernel's 'struct inode' has
changed so that 'i_mutex' no longer exists. Starting with the following commit,
a set of wrapper functions has been added in preparation for the removal of
switching that mutex to a rwsem.

====
commit 5955102c9984fa081b2d570cfac75c97eecf8f3b
Author: Al Viro <viro@zeniv.linux.org.uk>
Date:   Fri Jan 22 15:40:57 2016 -0500

    wrappers for ->i_mutex access

    parallel to mutex_{lock,unlock,trylock,is_locked,lock_nested},
    inode_foo(inode) being mutex_foo(&inode->i_mutex).

    Please, use those for access to ->i_mutex; over the coming cycle
    ->i_mutex will become rwsem, with ->lookup() done with it held
    only shared.
====

The runtime should be updated to handle this change.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug runtime/20132] on rawhide, struct inode has changed
  2016-05-23 17:26 [Bug runtime/20132] New: on rawhide, struct inode has changed dsmith at redhat dot com
@ 2016-05-23 18:57 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2016-05-23 18:57 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=20132

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Fixed in commit 8f88890.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-23 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23 17:26 [Bug runtime/20132] New: on rawhide, struct inode has changed dsmith at redhat dot com
2016-05-23 18:57 ` [Bug runtime/20132] " dsmith at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).