2018-04-08 19:30:04

by Matt Turner

[permalink] [raw]
Subject: [PULL] alpha.git

Hi Linus,

Please pull a few small changes for alpha.

Thanks,
Matt


The following changes since commit bf6879dcc483f0aa087afe27d103285daf435951:

Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2018-04-07 14:38:01 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git

for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:

alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering (2018-04-07 15:04:15 -0700)

----------------------------------------------------------------
Alexandre Belloni (2):
alpha: rtc: remove unused set_mmss ops
alpha: rtc: stop validating rtc_time in .read_time

Michael Cree (1):
alpha: Implement CPU vulnerabilities sysfs functions.

Sinan Kaya (1):
alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering

arch/alpha/Kconfig | 1 +
arch/alpha/include/asm/io.h | 14 +++---
arch/alpha/kernel/Makefile | 2 +-
arch/alpha/kernel/bugs.c | 45 ++++++++++++++++++++
arch/alpha/kernel/rtc.c | 101 +-------------------------------------------
5 files changed, 55 insertions(+), 108 deletions(-)
create mode 100644 arch/alpha/kernel/bugs.c


Attachments:
(No filename) (1.28 kB)
signature.asc (849.00 B)
Digital signature
Download all attachments

2018-04-09 16:17:59

by Linus Torvalds

[permalink] [raw]
Subject: Re: [PULL] alpha.git

On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner <[email protected]> wrote:
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
> for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:

They aren't actually where you claimed.

They are in the completely unmentioned "for-linus" branch.

Yes, yes, I can figure that out on my own (particularly since you gave
me the commit for the branch head, so I can verify using "git
ls-remote" even before pulling), but I really would like to see it in
the pull request.

Linus

2018-04-09 16:50:11

by Matt Turner

[permalink] [raw]
Subject: Re: [PULL] alpha.git

On Mon, Apr 9, 2018 at 9:13 AM, Linus Torvalds
<[email protected]> wrote:
> On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner <[email protected]> wrote:
>>
>> are available in the Git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
>> for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:
>
> They aren't actually where you claimed.
>
> They are in the completely unmentioned "for-linus" branch.
>
> Yes, yes, I can figure that out on my own (particularly since you gave
> me the commit for the branch head, so I can verify using "git
> ls-remote" even before pulling), but I really would like to see it in
> the pull request.
>
> Linus

Oops. Sorry about that!