Bug#856474: [PATCH] Kbuild.include: addtree: Remove quotes before matching path

2017-04-04 Thread Michal Marek
Dne 3.4.2017 v 22:20 Sam Ravnborg napsal(a): > On Mon, Apr 03, 2017 at 03:25:10PM +0200, Michal Marek wrote: >> On 2017-04-03 09:42, Masahiro Yamada wrote: >>> Each Makefile knows it wants to see >>> additional headers in the source tree, or objtree. >>>

Bug#856474: [PATCH] Kbuild.include: addtree: Remove quotes before matching path

2017-04-03 Thread Michal Marek
On 2017-04-03 09:42, Masahiro Yamada wrote: > Each Makefile knows it wants to see > additional headers in the source tree, or objtree. > > I am guessing the right approach in a long run is, > we require -I to specify $(srctree) or $(objtree) explicitly. > > ccflags-y := -I$(srctree)/foo/bar/baz

Bug#750925: [PATCH v2 2/2] deb-pkg: Add automatic support for s390x architecture

2014-06-10 Thread Michal Marek
On 2014-06-09 02:24, Ben Hutchings wrote: The Debian s390x architecture has 64-bit userland whereas s390 has 32-bit userland. A 64-bit kernel can be used with either. Now that Debian supports multiarch and officially supports s390x, it makes more sense to assign a 64-bit kernel package to

Bug#636029: [PATCH] kbuild: Fix missing '\n' for NEW symbols in yes | make oldconfig conf.new

2013-02-19 Thread Michal Marek
On 19.2.2013 06:39, Ben Hutchings wrote: On Tue, 2013-02-19 at 02:24 +0200, Regid Ichira wrote: From: Ben Hutchings b...@decadent.org.uk According to Documentation/kbuild/kconfig.txt, the commands: yes | make oldconfig conf.new grep (NEW) conf.new should list the new config

Bug#576894: modprobe -r should print and return an error value just like rmmod

2010-04-09 Thread Michal Marek
On 9.4.2010 06:33, jida...@jidanni.org wrote: Jon, I just want to make -r act more like one expects. Do make it return an error (shell $?) as you don't document that it will not return an error, and one would expect it should. Or at -r you could document that no error will be returned, for

Bug#518412: linux-2.6 install errors due to incompatible depmod files [was Re: Bug#518412: initramfs-tools: must support relative paths in modules.dep ]

2009-03-20 Thread Michal Marek
Frans Pop napsal(a): The use case here, which I suspect is not all that uncommon, is that I built a kernel from upstream source on a (Debian unstable) system with the new version of depmod and then installed that kernel on a (Debian stable) system that has an older version of modprobe [1].