All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 55971] New: redefined error in 2.6.32-279.22.1.el6.x86_64 kernel
@ 2013-03-30  7:32 bugzilla-daemon
  2013-03-31  0:58 ` [Bug 55971] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-03-30  7:32 UTC (permalink / raw)
  To: backports

https://bugzilla.kernel.org/show_bug.cgi?id=55971

           Summary: redefined error in 2.6.32-279.22.1.el6.x86_64 kernel
           Product: Backports project
           Version: unspecified
    Kernel Version: 2.6.32-279.22.1.el6.x86_64
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Compat
        AssignedTo: backports@vger.kernel.org
        ReportedBy: sihara@ddn.com
        Regression: No


Since RHEL6.3's security updated kernel (2.6.32-279.22.1.el6.x86_64) has
included two macros (rcu_dereference_protected and kfree_rcu) in
include/linux/rcupdate.h

These were not existed in original RHEL6.3's kernel (2.6.32-279) and even the
previous kernel of 2.6.32-279.22.1.el6.x86_64.

The other hand, these macros are defined in include/linux/compat-x.z.h.
(rcu_dereference_protected in compat-2.6.34.h and kfree_rcu in compat-3.0.h).

It needs to check in compat headers wether these macro are defined or not,
doesn't it now? otherwise we see redefined error if both kernel header and
compat headers are included for the souce codes..

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2013-04-03 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30  7:32 [Bug 55971] New: redefined error in 2.6.32-279.22.1.el6.x86_64 kernel bugzilla-daemon
2013-03-31  0:58 ` [Bug 55971] " bugzilla-daemon
2013-04-03 14:31 ` bugzilla-daemon
2013-04-03 21:15 ` bugzilla-daemon
2013-04-03 21:16 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.