backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: backports@vger.kernel.org
Subject: [Bug 59041] New: [PATCH 001/001] Compiling iwlwifi or alx against 3.4.47 kernel gives redefinition error
Date: Thu, 30 May 2013 20:11:27 +0000 (UTC)	[thread overview]
Message-ID: <bug-59041-58281@https.bugzilla.kernel.org/> (raw)

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

           Summary: [PATCH 001/001] Compiling iwlwifi or alx against
                    3.4.47 kernel gives redefinition error
           Product: Backports project
           Version: unspecified
    Kernel Version: 3.4.47
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Compat-Drivers
        AssignedTo: backports@vger.kernel.org
        ReportedBy: svrusso1@gmail.com
        Regression: No


from: Steve Russo <svrusso1@gmail.com>

Compiling iwlwifi or alx against 3.4.47 kernel gives redefinition error. Tried
using compat-drivers-3.9-rc4-2-su,  compat-drivers-3.9-rc2-2-su, and
compat-drivers-3.8.3-2-snpu. Does not work from any of them.

Patch against compat-drivers-3.9-rc4-2-su follows body.

Error:
auser@mycomputer:/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su# make
make -C /lib/modules/3.4.47/build
M=/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su modules
make[1]: Entering directory `/path/to/home/Dev/Kernel/generic/linux-3.4.47'
  CC [M]  /path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/compat/main.o
In file included from
/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/include/linux/compat-2.6.h:71:0,
                 from <command-line>:0:
/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/include/linux/compat-3.8.h:49:32:
error: redefinition of ‘kref_get_unless_zero’
In file included from include/linux/kobject.h:24:0,
                 from include/linux/device.h:17,
                 from include/linux/dmaengine.h:24,
                 from include/linux/skbuff.h:31,
                 from include/linux/if_ether.h:134,
                 from include/linux/netdevice.h:29,
                 from
/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/include/linux/compat-2.6.29.h:5,
                 from
/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/include/linux/compat-2.6.h:52,
                 from <command-line>:0:
include/linux/kref.h:113:32: note: previous definition of
‘kref_get_unless_zero’ was here
make[3]: ***
[/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/compat/main.o] Error 1
make[2]: *** [/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su/compat] Error
2
make[1]: *** [_module_/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su]
Error 2
make[1]: Leaving directory `/path/to/home/Dev/Kernel/generic/linux-3.4.47'
make: *** [modules] Error 2
auser@mycomputer:/path/to/home/Dev/Wired/compat-drivers-3.9-rc4-2-su#

Signed-off-by: Steve Russo <svrusso1@gmail.com>
---

The following patch against compat-drivers-3.9-rc4-2-su allowed compilation to
complete.

--- compat-3.8.h.0    2013-05-30 15:57:51.333132738 -0400
+++ compat-3.8.h    2013-05-30 15:59:12.689517900 -0400
@@ -22,6 +22,7 @@ extern void netdev_set_default_ethtool_o

 extern bool hid_ignore(struct hid_device *);

+#ifndef _KREF_H_
 /* This backports:
  *
  * commit 4b20db3de8dab005b07c74161cb041db8c5ff3a7
@@ -50,6 +51,7 @@ static inline int __must_check kref_get_
 {
     return atomic_add_unless(&kref->refcount, 1, 0);
 }
+#endif

 /* This backports:
  *

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

             reply	other threads:[~2013-05-30 20:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-30 20:11 bugzilla-daemon [this message]
2013-07-30 14:06 ` [Bug 59041] [PATCH 001/001] Compiling iwlwifi or alx against 3.4.47 kernel gives redefinition error bugzilla-daemon
2013-08-13  1:20 ` bugzilla-daemon
2013-08-13  1:20 ` bugzilla-daemon
2013-10-07 18:58 ` bugzilla-daemon
2013-10-08 11:36 ` bugzilla-daemon
2013-11-24 21:33 ` bugzilla-daemon
2013-12-13  0:21 ` bugzilla-daemon
2015-11-22  7:29 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-59041-58281@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=backports@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).