| Submitter | David Miller |
|---|---|
| Date | Sept. 21, 2012, 7:48 p.m. |
| Message ID | <20120921.154845.354229641603611101.davem@davemloft.net> |
| Download | mbox |
| Permalink | /patch/185900/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
| Submitter | David Miller |
|---|---|
| Date | Sept. 21, 2012, 7:48 p.m. |
| Message ID | <20120921.154845.354229641603611101.davem@davemloft.net> |
| Download | mbox |
| Permalink | /patch/185900/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
1) Debugging builds on 32-bit sparc need to handle the R_SPARC_DISP32 relocation, not just 64-bit sparc. From Andreas Larsson. 2) Wei Yongjun noticed that module_alloc() on sparc can return an error pointer, but that's not allowed. module_alloc() should return only a valid pointer, or NULL. Please pull, thanks a lot! The following changes since commit c46de2263f42fb4bbde411b9126f471e9343cb22: Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2012-09-19 11:04:34 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master for you to fetch changes up to a9e8d1a6b87167116e5779378f1d25ffed2e833b: sparc: fix the return value of module_alloc() (2012-09-21 12:14:20 -0700) ---------------------------------------------------------------- Andreas Larsson (1): sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32 Wei Yongjun (1): sparc: fix the return value of module_alloc() arch/sparc/kernel/module.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html