linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT] kbuild rc fixes for v3.6
@ 2012-09-03 19:18 Michal Marek
  2012-09-06  3:32 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Marek @ 2012-09-03 19:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: mark.asselstine, mmarek, linux-kbuild, linux-kernel

Hi Linus,

there are two fixes that should go into 3.6. The link-vmlinux.sh one is
obvious. The other one fixes make firmware_install with certain
configurations, where a file in the toplevel firmware tree gets
installed first, and $(INSTALL_FW_PATH)/$$(dir <file>) results in
/lib/firmware/./, which confuses make 3.82 for some reason.

Thanks,
Michal

The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git ..BRANCH.NOT.VERIFIED..

Mark Asselstine (1):
      firmware: fix directory creation rule matching with make 3.82

Michal Marek (1):
      link-vmlinux.sh: Fix stray "echo" in error message

 scripts/Makefile.fwinst |    2 +-
 scripts/link-vmlinux.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

* Re: [GIT] kbuild rc fixes for v3.6
  2012-09-03 19:18 [GIT] kbuild rc fixes for v3.6 Michal Marek
@ 2012-09-06  3:32 ` Linus Torvalds
  2012-09-06  5:19   ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2012-09-06  3:32 UTC (permalink / raw)
  To: Michal Marek; +Cc: mark.asselstine, linux-kbuild, linux-kernel

On Mon, Sep 3, 2012 at 12:18 PM, Michal Marek <mmarek@suse.cz> wrote:
>
> The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
>
>   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
>
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git ..BRANCH.NOT.VERIFIED..

There's something wrong with that repo

 "fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists."

plus that BRANCH.NOT.VERIFIED thing looks bad too (and is probably related).

         Linus

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

* Re: [GIT] kbuild rc fixes for v3.6
  2012-09-06  3:32 ` Linus Torvalds
@ 2012-09-06  5:19   ` Stephen Rothwell
  2012-09-06 10:33     ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2012-09-06  5:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michal Marek, mark.asselstine, linux-kbuild, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

Hi Linus,

On Wed, 5 Sep 2012 20:32:00 -0700 Linus Torvalds <torvalds@linux-foundation.org> wrote:
>
> On Mon, Sep 3, 2012 at 12:18 PM, Michal Marek <mmarek@suse.cz> wrote:
> >
> > The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
> >
> >   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
> >
> > are available in the git repository at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git ..BRANCH.NOT.VERIFIED..
> 
> There's something wrong with that repo
> 
>  "fatal: Could not read from remote repository.
> 
>   Please make sure you have the correct access rights
>   and the repository exists."
> 
> plus that BRANCH.NOT.VERIFIED thing looks bad too (and is probably related).

The kbuild-current tree in linux-next is

git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes

and it has those 2 commits in it.  So script update needed, I guess.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [GIT] kbuild rc fixes for v3.6
  2012-09-06  5:19   ` Stephen Rothwell
@ 2012-09-06 10:33     ` Michal Marek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Marek @ 2012-09-06 10:33 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linus Torvalds, mark.asselstine, linux-kbuild, linux-kernel

On 6.9.2012 07:19, Stephen Rothwell wrote:
> On Wed, 5 Sep 2012 20:32:00 -0700 Linus Torvalds <torvalds@linux-foundation.org> wrote:
>>
>> On Mon, Sep 3, 2012 at 12:18 PM, Michal Marek <mmarek@suse.cz> wrote:
>>> are available in the git repository at:
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git ..BRANCH.NOT.VERIFIED..
>>
>> There's something wrong with that repo
>>
>>  "fatal: Could not read from remote repository.
>>
>>   Please make sure you have the correct access rights
>>   and the repository exists."
>>
>> plus that BRANCH.NOT.VERIFIED thing looks bad too (and is probably related).

Oops.


> The kbuild-current tree in linux-next is
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
> 
> and it has those 2 commits in it.  So script update needed, I guess.

I did update my script, but the last pull request was sent from a
machine that had the old copy :).

Michal

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

end of thread, other threads:[~2012-09-06 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-03 19:18 [GIT] kbuild rc fixes for v3.6 Michal Marek
2012-09-06  3:32 ` Linus Torvalds
2012-09-06  5:19   ` Stephen Rothwell
2012-09-06 10:33     ` Michal Marek

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