linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [parisc] do not install modules when installing kernel
@ 2013-03-01 22:23 Rolf Eike Beer
  2013-03-02 19:42 ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Eike Beer @ 2013-03-01 22:23 UTC (permalink / raw)
  To: linux-parisc, deller, James.Bottomley

PA-RISC is the only arch that installs the modules when installing the =
kernel.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
---
 arch/parisc/Makefile | 4 +---
 1 Datei ge=E4ndert, 1 Zeile hinzugef=FCgt(+), 3 Zeilen entfernt(-)

diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile
index ed9a14c..01d95e2 100644
--- a/arch/parisc/Makefile
+++ b/arch/parisc/Makefile
@@ -113,12 +113,10 @@ palo: vmlinux
 # Shorthands for known targets not supported by parisc, use vmlinux as=
 default
 Image zImage bzImage: vmlinux
=20
-kernel_install: vmlinux
+install: vmlinux
 	sh $(src)/arch/parisc/install.sh \
 			$(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
=20
-install: kernel_install modules_install

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

* Re: [PATCH] [parisc] do not install modules when installing kernel
  2013-03-01 22:23 [PATCH] [parisc] do not install modules when installing kernel Rolf Eike Beer
@ 2013-03-02 19:42 ` Helge Deller
  2013-03-03 21:25   ` John David Anglin
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2013-03-02 19:42 UTC (permalink / raw)
  To: Rolf Eike Beer; +Cc: linux-parisc, James.Bottomley

On 03/01/2013 11:23 PM, Rolf Eike Beer wrote:
> PA-RISC is the only arch that installs the modules when installing th=
e kernel.
>=20
> Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>


Thanks!

Applied to my fixes-for-3.9-latest branch at
http://git.kernel.org/cgit/linux/kernel/git/deller/parisc-linux.git

Helge

> ---
>  arch/parisc/Makefile | 4 +---
>  1 Datei ge=E4ndert, 1 Zeile hinzugef=FCgt(+), 3 Zeilen entfernt(-)
>=20
> diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile
> index ed9a14c..01d95e2 100644
> --- a/arch/parisc/Makefile
> +++ b/arch/parisc/Makefile
> @@ -113,12 +113,10 @@ palo: vmlinux
>  # Shorthands for known targets not supported by parisc, use vmlinux =
as default
>  Image zImage bzImage: vmlinux
> =20
> -kernel_install: vmlinux
> +install: vmlinux
>  	sh $(src)/arch/parisc/install.sh \
>  			$(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
> =20
> -install: kernel_install modules_install
> -
>  CLEAN_FILES	+=3D lifimage
>  MRPROPER_FILES	+=3D palo.conf
> =20
>=20

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc"=
 in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] [parisc] do not install modules when installing kernel
  2013-03-02 19:42 ` Helge Deller
@ 2013-03-03 21:25   ` John David Anglin
  2013-03-03 22:23     ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: John David Anglin @ 2013-03-03 21:25 UTC (permalink / raw)
  To: Helge Deller; +Cc: Rolf Eike Beer, linux-parisc, James.Bottomley

Hi Helge,

On 2-Mar-13, at 2:42 PM, Helge Deller wrote:

> Applied to my fixes-for-3.9-latest branch at
> http://git.kernel.org/cgit/linux/kernel/git/deller/parisc-linux.git


I built the above branch yesterday.  We seem to have a regression in  
behavior.
My build of perl 5.14.2-18 failed with the following error:

....
Failed 1 test out of 2039, 99.95% okay.
         op/sigdispatch.t
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
###   ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
###   setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
###   LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl  
harness
###   export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=18.18  s=28.38  cu=1367.86  cs=974.72  scripts=2039  tests=465774
make[1]: *** [test] Error 1
make[1]: Leaving directory `/home/dave/debian/perl/perl-5.14.2'
make: *** [perl.static] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd perl-5.14.2 && dpkg-buildpackage -b -uc' failed.

I ran ./perl harness again and the same test failed.  As this looked
like a kernel issue, I tried the build again with 3.7.6+ and had a  
successful
build.

Dave
--
John David Anglin	dave.anglin@bell.net




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

* Re: [PATCH] [parisc] do not install modules when installing kernel
  2013-03-03 21:25   ` John David Anglin
@ 2013-03-03 22:23     ` Helge Deller
  0 siblings, 0 replies; 4+ messages in thread
From: Helge Deller @ 2013-03-03 22:23 UTC (permalink / raw)
  To: John David Anglin; +Cc: Rolf Eike Beer, linux-parisc, James.Bottomley

On 03/03/2013 10:25 PM, John David Anglin wrote:
> Hi Helge,
> 
> On 2-Mar-13, at 2:42 PM, Helge Deller wrote:
> 
>> Applied to my fixes-for-3.9-latest branch at
>> http://git.kernel.org/cgit/linux/kernel/git/deller/parisc-linux.git
> 
> 
> I built the above branch yesterday.  We seem to have a regression in behavior.
> My build of perl 5.14.2-18 failed with the following error:
> 
> ....
> Failed 1 test out of 2039, 99.95% okay.
>         op/sigdispatch.t
> ### Since not all tests were successful, you may want to run some of
> ### them individually and examine any diagnostic messages they produce.
> ### See the INSTALL document's section on "make test".
> ### You have a good chance to get more information by running
> ###   ./perl harness
> ### in the 't' directory since most (>=80%) of the tests succeeded.
> ### You may have to set your dynamic library search path,
> ### LD_LIBRARY_PATH, to point to the build directory:
> ###   setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
> ###   LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
> ###   export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
> ### for csh-style shells, like tcsh; or for traditional/modern
> ### Bourne-style shells, like bash, ksh, and zsh, respectively.
> u=18.18  s=28.38  cu=1367.86  cs=974.72  scripts=2039  tests=465774
> make[1]: *** [test] Error 1
> make[1]: Leaving directory `/home/dave/debian/perl/perl-5.14.2'
> make: *** [perl.static] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> Build command 'cd perl-5.14.2 && dpkg-buildpackage -b -uc' failed.
> 
> I ran ./perl harness again and the same test failed.  As this looked
> like a kernel issue, I tried the build again with 3.7.6+ and had a successful
> build.

Hi Dave,

please pull Linus tree again on top.
There is a patch-fix from Al Viro regarding signals....
Just a guess....and 3.9 is still not stable...

Helge

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

end of thread, other threads:[~2013-03-03 22:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 22:23 [PATCH] [parisc] do not install modules when installing kernel Rolf Eike Beer
2013-03-02 19:42 ` Helge Deller
2013-03-03 21:25   ` John David Anglin
2013-03-03 22:23     ` Helge Deller

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).