2014-11-12 05:41:56

by Rusty Russell

[permalink] [raw]
Subject: [PULL] params fix

The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:

Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git

for you to fetch changes up to 3438cf549d2f3ee8e52c82acc8e2a9710ac21a5b:

param: fix crash on bad kernel arguments (2014-11-11 17:03:19 +1030)

----------------------------------------------------------------
Daniel Thompson (1):
param: fix crash on bad kernel arguments

init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


2014-11-12 21:53:44

by Linus Torvalds

[permalink] [raw]
Subject: Re: [PULL] params fix

On Tue, Nov 11, 2014 at 9:39 PM, Rusty Russell <[email protected]> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git

Hmm. No proper branch name. I'm assuming it's "tags/fixes-for-linus",
which seems to contain the proper commit id:

> for you to fetch changes up to 3438cf549d2f3ee8e52c82acc8e2a9710ac21a5b:

...
447a55fea65010824295d605109f4bbbf1cd7ac2 refs/tags/fixes-for-linus
3438cf549d2f3ee8e52c82acc8e2a9710ac21a5b refs/tags/fixes-for-linus^{}
...

but please fix whatever script it is you have that didn't list that tag name..

Linus