The pull request you sent on Wed, 14 Apr 2021 18:13:35 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec97a7296ad1ca3ccb8bca1e72739cb8262686f1
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these three arm64 fixes for -rc8; summary in the tag. We
don't have anything else on the horizon, although two of these issues
(the asm constraint and kprobes bugs) have been around for a while so
you never know.
Cheers,
Will
--->8
The following changes since commit 20109
The pull request you sent on Thu, 25 Mar 2021 14:54:43 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/43f0b562590e7ac16b74b298ab80b5fb290d02af
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc5. Minor fixes all over, ranging
from typos to tests to errata workarounds. Summary in the tag.
Cheers,
Will
--->8
The following changes since commit c8e3866836528a4ba3b0535834f03768d74f7d8e:
perf/arm_dmc620_pmu: Fix error return code in dmc620
The pull request you sent on Fri, 12 Mar 2021 13:34:16 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17f8fc198a6fc64cee2b1e126398d0c41823f5a3
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc3. Summary in the tag, but we've
got a smattering of changes all over the place which we've acrued since
-rc1. To my knowledge, there aren't any pending issues at the moment,
but there's still plenty of time for something else to crop up...
Cheers,
The pull request you sent on Fri, 26 Feb 2021 11:09:16 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f47d753d4ecc6d3e306e22d885d6772625a3423
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc1. The big one is a fix for the VHE
enabling path during early boot, where the code enabling the MMU wasn't
necessarily in the identity map of the new page-tables, resulting in a
consistent crash with 64k pages. In fixing that, we noticed some missing
The pull request you sent on Wed, 3 Feb 2021 18:44:11 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3afe9076a7c19140b789d144d0ba1e9be2db4265
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit a1df829ead5877d4a1061e976a50e2e665a16f24:
ACPI/IORT: Do not blindly trust DMA masks from firmware (2021-01-27 12:26:24
+)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/
On Mon, Feb 01, 2021 at 12:07:52AM +0100, Ard Biesheuvel wrote:
> On Sun, 31 Jan 2021 at 19:55, Catalin Marinas wrote:
> > On Fri, Jan 29, 2021 at 02:09:05PM -0800, Linus Torvalds wrote:
> > > On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas
> > > wrote:
> > > >
> > > > arm64 fixes:
> > > >
> > >
On Sun, 31 Jan 2021 at 19:55, Catalin Marinas wrote:
>
> On Fri, Jan 29, 2021 at 02:09:05PM -0800, Linus Torvalds wrote:
> > On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas
> > wrote:
> > >
> > > arm64 fixes:
> > >
> > > - Fix the virt_addr_valid() returning true for < PAGE_OFFSET addresses.
> >
On Fri, Jan 29, 2021 at 02:09:05PM -0800, Linus Torvalds wrote:
> On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas
> wrote:
> >
> > arm64 fixes:
> >
> > - Fix the virt_addr_valid() returning true for < PAGE_OFFSET addresses.
>
> That's a really odd fix.
>
> It went from an incorrect bitwise oper
The pull request you sent on Fri, 29 Jan 2021 19:03:24 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0e9bcda5d286f4a26a5407bb38f55c55b453ecfb
Thank you!
--
Deet-doot-dot, I am a bot
On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas
wrote:
>
> arm64 fixes:
>
> - Fix the virt_addr_valid() returning true for < PAGE_OFFSET addresses.
That's a really odd fix.
It went from an incorrect bitwise operation (masking) to an _odd_
bitwise operation (xor).
Yes, PAGE_OFFSET has the bit p
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 75bd4bff300b3c5252d4a0e7a959569c62d1dbae:
arm64: kprobes: Fix Uexpected kernel BRK exception at EL1 (2021-01-22
16:05:29 +)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linu
The pull request you sent on Fri, 22 Jan 2021 19:07:21 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1c304c77f7cfc92572cd45cbf045ac2443423ea1
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 3a57a643a851dbb1c4a1819394ca009e3bfa4813:
arm64: selftests: Fix spelling of 'Mismatch' (2021-01-15 10:05:27 +)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/a
The pull request you sent on Fri, 15 Jan 2021 18:15:46 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/82821be8a2e14bdf359be577400be88b2f1eb8a7
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:
Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
f
The pull request you sent on Fri, 8 Jan 2021 16:33:45 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/56ef24e53ec1660bf095779cc95fa574dd0f71df
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
f
The pull request you sent on Wed, 2 Dec 2020 17:17:51 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3bb61aa61828499a7d0f5e560051625fd02ae7e4
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
I'm sad to say that we've got an unusually large arm64 fixes pull for
-rc7 which addresses numerous significant instrumentation issues with
our entry code. Without these patches, lockdep is hopelessly unreliable
in some configurations [1,2] and syzkaller is therefore not a lot of use
bec
The pull request you sent on Fri, 27 Nov 2020 11:40:27 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e4e9458073ae7ab0e7c28e7380a26ad1fccf0296
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Here are some arm64 fixes for -rc6. The main changes are relating to our
handling of access/dirty bits, where our low-level page-table helpers
could lead to stale young mappings and loss of the dirty bit in some
cases (the latter has not been observed in practice, but could happen
when c
On Fri, Nov 13, 2020 at 4:44 AM Will Deacon wrote:
>
> Looks like I managed to munge the subject for this (somehow dropped the
> leading '['); I've fixed it here in the hope that it gets past whatever
> filters you may have, but I'll resend if I haven't heard anything by
> tomorrow afternoon.
It
On Fri, Nov 13, 2020 at 12:39:34PM +, Will Deacon wrote:
> Hi Linus,
>
> Please can you pull these arm64 fixes for -rc4? It's all fairly simple
> and there's a summary in the tag; Paul has reviewed the trivial RCU change.
>
> The main issue remaining at this stage is the ongoing irqtracing pr
Hi Linus,
Please can you pull these arm64 fixes for -rc4? It's all fairly simple
and there's a summary in the tag; Paul has reviewed the trivial RCU change.
The main issue remaining at this stage is the ongoing irqtracing problem
[1]. People are working on it, but no patches yet.
Cheers,
Will
The pull request you sent on Fri, 6 Nov 2020 13:20:35 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/30f3f68e27d14a237acc339975e18670e58927ca
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Here's the weekly batch of fixes for arm64. Not an awful lot here, but
there are still a few unresolved issues relating to CPU hotplug, RCU and
IRQ tracing that I hope to queue fixes for next week.
In the meantime, there's a summary for this lot in the tag.
Cheers,
Will
--->8
The fo
The pull request you sent on Fri, 30 Oct 2020 17:05:52 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aab6bf505a8ea63ab3301c42d819e2e2b70cce7d
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc2. The diffstat is a bit spread out
thanks to an invasive CPU erratum workaround which missed the merge window
and also a bunch of fixes to the recently added MTE selftests.
We're aware of an arm64 kprobes regression and have a tentative fix [1], but
The pull request you sent on Fri, 18 Sep 2020 17:13:17 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/69828c475d15290553cb5512108424746baf6225
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit e0328feda79d9681b3e3245e6e180295550c8ee9:
arm64/module: set trampoline section flags regardless of
CONFIG_DYNAMIC_FTRACE (2020-09-02 08:35:33 +0100)
are available in the Git repository at:
git://git.ke
The pull request you sent on Fri, 4 Sep 2020 17:41:32 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/09274aed9021642cb3e5e0eb0e657a13ee3eafed
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b:
Linux 5.9-rc3 (2020-08-30 16:01:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
fo
The pull request you sent on Fri, 28 Aug 2020 18:25:57 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/96d454cd2c1668010406ea4c28ab915bcbb747f4
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
fo
The pull request you sent on Sat, 22 Aug 2020 16:31:18 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dd105d64a0c6976153adea40c034ba26f7cf34ed
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 updates below. Thanks.
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
The pull request you sent on Fri, 31 Jul 2020 13:31:05 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/14aab7eeb9f0b9c424aab0f07eb82b1baf2e5bbd
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc8/final. The main one is to fix the
build after Willy's per-cpu entropy changes this week. Although that was
already resolved elsewhere, the arm64 fix here is useful cleanup anyway.
Other than that, we've got a fix for building with Clang's integrated
The pull request you sent on Fri, 17 Jul 2020 16:20:21 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a570f4198906a88b959ddcc56ddabc634397e810
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull this batch of arm64 fixes for -rc6. Although the diffstat is
a bit larger than we'd usually have at this stage, a decent amount of it
is the addition of comments describing our syscall tracing behaviour, and
also a sweep across all the modular arm64 PMU drivers to make them r
The pull request you sent on Fri, 10 Jul 2020 15:39:08 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f4c8824cbcc64524905f83388eb1139747829756
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull this unfortunately large collection of arm64 fixes for -rc5.
Some of this is absolutely trivial, but the alternatives, vDSO and CPU
errata workaround fixes are significant. At least people are finding and
fixing these things, I suppose.
Summary in the tag.
Cheers,
Will
--
The pull request you sent on Sat, 4 Jul 2020 14:05:05 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec84c3f6ef710661c8d14e3f63e540b795dc0a51
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc4. Nothing Earth-shattering, really;
some CPU errata workarounds (one day they'll get it right, ha!) and a
fix for a boot failure with very large kernel images where the alternative
patching gets confused when patching relative branches using veneers.
The pull request you sent on Fri, 26 Jun 2020 14:21:32 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8530684fd37c151bbcf6c101ea3d0d784e221d98
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc3. The big fix here is to our vDSO
sigreturn trampoline as, after a painfully long stint of debugging, it
turned out that fixing some of our CFI directives in the merge window lit up
a bunch of logic in libgcc which has been shown to SEGV in some case
The pull request you sent on Fri, 19 Jun 2020 13:43:18 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/84bc1993e28b2d3cf6110bab0b625e8119825403
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc2. Unfortunately, we still have a
number of outstanding issues so there will be more fixes to come, but
this lot are a good start.
Summary in the tag.
Cheers,
Will
--->8
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
The pull request you sent on Fri, 22 May 2020 17:28:17 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4286d192c803571e8ca43b0f1f8ea04d663a278a
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit d51c214541c5154dda3037289ee895ea3ded5ebd:
arm64: fix the flush_icache_range arguments in machine_kexec (2020-05-11
12:02:14 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/l
The pull request you sent on Fri, 15 May 2020 18:24:45 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/01d8a7480304a2f0e196459eb4061e171d9e9922
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit 027d0c7101f50cf03aeea9eebf484afd4920c8d3:
arm64: hugetlb: avoid potential NULL dereference (2020-05-07 09:24:15 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git
The pull request you sent on Thu, 7 May 2020 17:31:10 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e7f2eacf09811d092c1b41263108ac7fe0d089d
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit 1578e5d03112e3e9d37e1c4d95b6dfb734c73955:
arm64: vdso: Add -fasynchronous-unwind-tables to cflags (2020-04-30 18:35:32
+0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/ke
The pull request you sent on Fri, 1 May 2020 20:29:52 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/42eb62d417e5cf22d6e305cb895fb54299862a53
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:
Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for
On Mon, Oct 21, 2019 at 2:47 AM Ingo Molnar wrote:
>
> I think at least once I ran into that and sent you a 'slightly wrong'
> diffstat - and maybe there's also been a few cases where you noticed
> diffstats that didn't match your merge result, double checked it yourself
> and didn't complain abou
* Linus Torvalds wrote:
> What you doing the merge does is to turn the multiple merge bases into
> just one point: the thing you merged against now becomes the common
> merge point, and now you have a "two endpoints" for the diffstat: the
> thing you merged against, and your end result are now
On Fri, Oct 18, 2019 at 12:43:49AM +0100, Will Deacon wrote:
> Hi Linus,
>
> Please pull these arm64 fixes for -rc4. The main thing here is a
> long-awaited workaround for a CPU erratum on ThunderX2 which we have
> developed in conjunction with engineers from Cavium/Marvell. At the moment,
> the w
On Fri, Oct 18, 2019 at 10:42 AM Will Deacon wrote:
>
> Thanks, that's helpful to know for next time. I guess I'm most surprised by
> the discrepancy between the shortlog and the diffstat, whereas I intuitively
> expected them to be generated in the same way.
So logs and diffs are fundamentally d
On Thu, Oct 17, 2019 at 05:06:54PM -0700, Linus Torvalds wrote:
> On Thu, Oct 17, 2019 at 4:43 PM Will Deacon wrote:
> >
> > Note that the workaround code ended up being based on -rc2, so I had a
> > bit of a faff trying to generate the right diffstat for this pull request
> > after merging that b
The pull request you sent on Fri, 18 Oct 2019 00:43:49 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0e2adab6cf285c41e825b6c74a3aa61324d1132c
Thank you!
--
Deet-doot-dot, I am a
On Thu, Oct 17, 2019 at 4:43 PM Will Deacon wrote:
>
> Note that the workaround code ended up being based on -rc2, so I had a
> bit of a faff trying to generate the right diffstat for this pull request
> after merging that branch into our fixes branch based on -rc1. In the end
> I had to emulate t
Hi Linus,
Please pull these arm64 fixes for -rc4. The main thing here is a
long-awaited workaround for a CPU erratum on ThunderX2 which we have
developed in conjunction with engineers from Cavium/Marvell. At the moment,
the workaround is unconditionally enabled for affected CPUs at runtime
but we
The pull request you sent on Wed, 9 Oct 2019 14:30:54 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e60329c97b9cc07ce15e3c39fc42e57bf14add92
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Here is a larger-than-usual batch of arm64 fixes for -rc3. The bulk of
the fixes are dealing with a bunch of issues with the build system from
the compat vDSO, which unfortunately led to some significant Makefile
rework to manage the horrible combinations of toolchains that we can end
up
The pull request you sent on Fri, 20 Sep 2019 14:37:04 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8c2b418c3f95a488f5226870eee68574d323f0f8
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
We've had a few arm64 fixes trickle in this week, so please can you pick
them up for -rc1? Nothing catastophic, but all things that should be
addressed.
Cheers,
Will
--->8
The following changes since commit e376897f424a1c807779a2635f62eb02d7e382f9:
arm64: remove __iounmap (2019-09
The pull request you sent on Fri, 16 Aug 2019 18:24:13 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b7e7c85dc7b0ea5ff821756c331489e3b151eed1
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 30e235389faadb9e3d918887b1f126155d7d761d:
arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64 (2019-08-08
18:38:20 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/li
The pull request you sent on Fri, 9 Aug 2019 17:15:14 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/15a555a4b8be26683d77df8d5dbe8ac83f5ec3a6
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:
Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for
The pull request you sent on Fri, 2 Aug 2019 18:17:55 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a507f25d1c2048c136f6834f10966510b62af987
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:
Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
fo
The pull request you sent on Fri, 26 Jul 2019 14:12:16 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0ed288665686a52781c0ff04ddfe402c7a5397e1
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc2. There's more here than we usually
have at this stage, but that's mainly down to the stacktrace changes which
came in slightly too late for the merge window.
Summary is in the tag.
Thanks,
Will
--->8
The following changes since commit 5f9e832c1
The pull request you sent on Mon, 1 Jul 2019 14:02:12 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b1fe9b58e9d20f23f6b07d1c2e0dbd921da67bf
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
When you get a chance, please can you pull these two arm64 fixes for 5.2?
They fix a build failure with the LLVM linker and a module allocation
failure when KASLR is active.
Thanks,
Will
--->8
The following changes since commit 615c48ad8f4275b4d39fa57df68d4015078be201:
arm64/mm: d
The pull request you sent on Thu, 20 Jun 2019 17:59:16 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e929387449cf631e96840296a01922be1ef3c832
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these arm64 fixes for -rc6. It's mainly a couple of email
address updates to MAINTAINERS, but we've also fixed a UAPI build issue
with musl libc and an accidental double-initialisation of our pgd_cache
due to a naming conflict with a weak symbol.
There are a couple of outsta
The pull request you sent on Fri, 14 Jun 2019 16:02:59 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/72a20cee5d99d231809ee4d3d2c09a96a25451e2
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Here are some arm64 fixes for -rc5. The only non-trivial change (in
terms of the diffstat) is fixing our SVE ptrace API for big-endian
machines, but the majority of this is actually the addition of
much-needed comments and updates to the documentation to try to avoid
this mess biting us
The pull request you sent on Fri, 7 Jun 2019 16:13:16 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a02a532c2a6c79a898cd6c430fe3ad011d9aece3
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Another round of mostly-benign fixes, the exception being a boot crash on
SVE2-capable CPUs (although I don't know where you'd find such a thing, so
maybe it's benign too). We're in the process of resolving some big-endian
ptrace breakage, so I'll probably have some more for you next wee
The pull request you sent on Thu, 30 May 2019 17:11:26 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/adc3f554fa1e0f1c7b76007150814e1d8a5fcd2b
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
The fixes are still trickling in for arm64, but the only really significant
one here is actually fixing a regression in the botched module relocation
range checking merged for -rc2. Hopefully we've nailed it this time.
Please pull.
Thanks,
Will
--->8
The following changes since comm
The pull request you sent on Fri, 26 Apr 2019 18:12:53 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/857e17c2ee7c426c1f8998ccd48e2d5a7542148d
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:
Linux 5.1-rc6 (2019-04-21 10:45:57 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
fo
The pull request you sent on Thu, 18 Apr 2019 18:22:47 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6d906f99817951e2257d577656899da02bb33105
Thank you!
--
Deet-doot-dot, I am a bot
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:
Linux 5.1-rc5 (2019-04-14 15:17:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for
The pull request you sent on Fri, 12 Apr 2019 17:05:15 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5ded88718aef7e92a9806f6ff4b89c7f2a4f1570
Thank you!
--
Deet-doot-dot, I am a
Hi Linus,
Please pull these three arm64 fixes for -rc5. The main thing is a fix to
our FUTEX_WAKE_OP implementation which was unbelievably broken, but did
actually work for the one scenario that GLIBC used to use.
Summary in the tag.
Thanks,
Will
--->8
The following changes since commit 15ade
The pull request you sent on Fri, 5 Apr 2019 18:17:21 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2f9e10acfa1243a7d0ad323873f4a193144a25c3
Thank you!
--
Deet-doot-dot, I am a bot.
Hi Linus,
Please pull the arm64 fix below.
The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to f
The pull request you sent on Fri, 29 Mar 2019 19:01:34 +:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f9007cc601e7b7ed2e0f0c1664d8252fdce964d3
Thank you!
--
Deet-doot-dot, I am a bot
1 - 100 of 226 matches
Mail list logo