* Re: undefined reference to `printk' [not found] <201606121058.3CeznQLn%fengguang.wu@intel.com> @ 2016-06-12 4:38 ` Josh Triplett 2016-06-12 4:38 ` Josh Triplett 2016-06-27 5:26 ` Yoshinori Sato 0 siblings, 2 replies; 4+ messages in thread From: Josh Triplett @ 2016-06-12 4:38 UTC (permalink / raw) To: linux-arch Cc: kbuild-all, linux-kernel, Andrew Morton, Linux Memory Management List, kbuild test robot [Adding LKML, linux-arch, and Linus.] On Sun, Jun 12, 2016 at 10:17:01AM +0800, kbuild test robot wrote: > All errors (new ones prefixed by >>): > > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > >> (.text+0x3f8): undefined reference to `printk' > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > (.text+0x3f8): relocation truncated to fit: R_M32R_26_PCREL_RELA against undefined symbol `printk' As far as I can tell, there has been a patch available for this for months, and it still doesn't seem to have been applied anywhere. m32r is listed in MAINTAINERS as "Orphan", and has been since commit b4174867bee83e79dc155479cb1b67c452da6476 in 2014. And that commit in turn observed no commits from the maintainer since 2009. Looking at the log for arch/m32r, I don't see any activity other than random fixes by others, and based on the signoffs, all of those seem to go through miscellaneous trees. Is anyone using m32r? Is anyone willing to maintain it? And if not, should we consider removing it? - Josh Triplett -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undefined reference to `printk' 2016-06-12 4:38 ` undefined reference to `printk' Josh Triplett @ 2016-06-12 4:38 ` Josh Triplett 2016-06-27 5:26 ` Yoshinori Sato 1 sibling, 0 replies; 4+ messages in thread From: Josh Triplett @ 2016-06-12 4:38 UTC (permalink / raw) To: linux-kernel, linux-arch Cc: kbuild-all, Andrew Morton, Linux Memory Management List, kbuild test robot [Adding LKML, linux-arch, and Linus.] On Sun, Jun 12, 2016 at 10:17:01AM +0800, kbuild test robot wrote: > All errors (new ones prefixed by >>): > > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > >> (.text+0x3f8): undefined reference to `printk' > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > (.text+0x3f8): relocation truncated to fit: R_M32R_26_PCREL_RELA against undefined symbol `printk' As far as I can tell, there has been a patch available for this for months, and it still doesn't seem to have been applied anywhere. m32r is listed in MAINTAINERS as "Orphan", and has been since commit b4174867bee83e79dc155479cb1b67c452da6476 in 2014. And that commit in turn observed no commits from the maintainer since 2009. Looking at the log for arch/m32r, I don't see any activity other than random fixes by others, and based on the signoffs, all of those seem to go through miscellaneous trees. Is anyone using m32r? Is anyone willing to maintain it? And if not, should we consider removing it? - Josh Triplett ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undefined reference to `printk' 2016-06-12 4:38 ` undefined reference to `printk' Josh Triplett 2016-06-12 4:38 ` Josh Triplett @ 2016-06-27 5:26 ` Yoshinori Sato 2016-06-27 5:26 ` Yoshinori Sato 1 sibling, 1 reply; 4+ messages in thread From: Yoshinori Sato @ 2016-06-27 5:26 UTC (permalink / raw) To: Josh Triplett Cc: linux-kernel, linux-arch, kbuild-all, Andrew Morton, Linux Memory Management List, kbuild test robot On Sun, 12 Jun 2016 13:38:10 +0900, Josh Triplett wrote: > > [Adding LKML, linux-arch, and Linus.] > > On Sun, Jun 12, 2016 at 10:17:01AM +0800, kbuild test robot wrote: > > All errors (new ones prefixed by >>): > > > > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > > >> (.text+0x3f8): undefined reference to `printk' > > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > > (.text+0x3f8): relocation truncated to fit: R_M32R_26_PCREL_RELA against undefined symbol `printk' > > As far as I can tell, there has been a patch available for this for > months, and it still doesn't seem to have been applied anywhere. > > m32r is listed in MAINTAINERS as "Orphan", and has been since commit > b4174867bee83e79dc155479cb1b67c452da6476 in 2014. And that commit > in turn observed no commits from the maintainer since 2009. Looking at > the log for arch/m32r, I don't see any activity other than random fixes > by others, and based on the signoffs, all of those seem to go through > miscellaneous trees. > > Is anyone using m32r? Is anyone willing to maintain it? And if not, > should we consider removing it? I have m32r target. So I can testing and housekeeping. If I'm not in other ones, I work. > - Josh Triplett > -- > To unsubscribe from this list: send the line "unsubscribe linux-arch" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Yoshinori Sato <ysato@users.sourceforge.jp> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undefined reference to `printk' 2016-06-27 5:26 ` Yoshinori Sato @ 2016-06-27 5:26 ` Yoshinori Sato 0 siblings, 0 replies; 4+ messages in thread From: Yoshinori Sato @ 2016-06-27 5:26 UTC (permalink / raw) To: Josh Triplett Cc: linux-kernel, linux-arch, kbuild-all, Andrew Morton, Linux Memory Management List, kbuild test robot On Sun, 12 Jun 2016 13:38:10 +0900, Josh Triplett wrote: > > [Adding LKML, linux-arch, and Linus.] > > On Sun, Jun 12, 2016 at 10:17:01AM +0800, kbuild test robot wrote: > > All errors (new ones prefixed by >>): > > > > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > > >> (.text+0x3f8): undefined reference to `printk' > > arch/m32r/kernel/built-in.o: In function `default_eit_handler': > > (.text+0x3f8): relocation truncated to fit: R_M32R_26_PCREL_RELA against undefined symbol `printk' > > As far as I can tell, there has been a patch available for this for > months, and it still doesn't seem to have been applied anywhere. > > m32r is listed in MAINTAINERS as "Orphan", and has been since commit > b4174867bee83e79dc155479cb1b67c452da6476 in 2014. And that commit > in turn observed no commits from the maintainer since 2009. Looking at > the log for arch/m32r, I don't see any activity other than random fixes > by others, and based on the signoffs, all of those seem to go through > miscellaneous trees. > > Is anyone using m32r? Is anyone willing to maintain it? And if not, > should we consider removing it? I have m32r target. So I can testing and housekeeping. If I'm not in other ones, I work. > - Josh Triplett > -- > To unsubscribe from this list: send the line "unsubscribe linux-arch" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Yoshinori Sato <ysato@users.sourceforge.jp> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-06-27 5:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201606121058.3CeznQLn%fengguang.wu@intel.com>
2016-06-12 4:38 ` undefined reference to `printk' Josh Triplett
2016-06-12 4:38 ` Josh Triplett
2016-06-27 5:26 ` Yoshinori Sato
2016-06-27 5:26 ` Yoshinori Sato
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox