tree but that is easily resolved.)
>
> FWIW you can have my Acked-By but it would be better if one of the
> official Alpha maintainers acknowledged it.
Acked-by: Matt Turner
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message
gt; CC: Richard Henderson
> CC: Ivan Kokshaysky
> CC: Matt Turner
> CC: Thomas Gleixner
> CC: "Michael S. Tsirkin"
> CC: Anna-Maria Gleixner
> CC: Andrew Morton
> Signed-off-by: Kees Cook
> ---
> arch/alpha/Kconfig |3 +--
> 1 file changed, 1 insert
On Sun, Jun 23, 2013 at 6:45 AM, Srivatsa S. Bhat
wrote:
> Once stop_machine() is gone from the CPU offline path, we won't be able
> to depend on disabling preemption to prevent CPUs from going offline
> from under us.
>
> Use the get/put_online_cpus_atomic() APIs to prevent CPUs from going
> offl
g~), the machine hangs hard immediatly after aboot telling me
>> it's starting it.
>
>
> You probably want the "alpha: Add irongate_io to to PCI bus resources" patch
> posted by Matt Turner in the linux-alpha forum. Looks like it has not been
> sent to Linus.
On Tue, Jul 16, 2013 at 10:04 AM, Richard Henderson wrote:
> Here's a set of minor updates for arch/alpha that should not
> be controversial.
Patches 1-5 and 7 (with the typo fixed) are
Reviewed-and-Tested-by: Matt Turner
I don't know enough patch 6 to make any kind of meani
On Tue, Jul 16, 2013 at 10:34 AM, Richard Henderson wrote:
> Use WTINT to wait for the next interrupt. Squash the WTINT call
> if the PALcode doesn't support it (e.g. MILO). No attempt is yet
> made to skip clock ticks during normal scheduling in order to stay
> in power down mode longer.
The a
On Tue, Jul 16, 2013 at 10:04 AM, Richard Henderson wrote:
> Compiling with GCC 4.8 yields several instances of
>
> crypto/vmac.c: In function ‘vmac_final’:
> crypto/vmac.c:616:9: warning: value computed is not used [-Wunused-value]
> memset(&mac, 0, sizeof(vmac_t));
> ^
> arch/alpha/in
'.
>
> Linux is a useful program, so fix up the Alpha spinlock implementation
> to use logical operations rather than load-address instructions for
> generating immediates.
>
> Cc: Richard Henderson
> Cc: Ivan Kokshaysky
> Cc: Matt Turner
> Signed-off-by: Will Deacon
On Sat, Aug 11, 2012 at 2:32 AM, Huacai Chen wrote:
> Signed-off-by: Huacai Chen
> Signed-off-by: Hongliang Tao
> Signed-off-by: Hua Yan
> Cc: dri-de...@lists.freedesktop.org
> ---
> include/drm/drm_sarea.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/
On Tue, Jan 23, 2018 at 2:23 AM, Mikulas Patocka wrote:
>
>
> On Sat, 20 Jan 2018, Matt Turner wrote:
>
>> Hi Linus,
>>
>> Please pull my alpha git tree. It contains a build fix and a regression fix.
>>
>> Hopefully still in time for 4.15 :)
>>
&g
Hi Linus,
Please pull my alpha git tree. It contains a build fix and a regression fix.
Hopefully still in time for 4.15 :)
Thanks,
Matt
The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:
Merge tag 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rd
On Thu, Apr 5, 2018 at 6:35 PM, Sinan Kaya wrote:
> On 4/2/2018 1:48 PM, Sinan Kaya wrote:
>> memory-barriers.txt has been updated with the following requirement.
>>
>> "When using writel(), a prior wmb() is not needed to guarantee that the
>> cache coherent memory writes have completed before wri
On Tue, Feb 13, 2018 at 11:12 AM, Matt Turner wrote:
> According to the Intel Software Developers' Manual, Vol. 4, Order No.
> 335592, these macros have been reversed since they were added.
>
> Fixes: 889facbee3e6 ("tools/power turbostat: v3.0: monitor Watts and
> Temp
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 reposito
On Mon, Apr 9, 2018 at 9:13 AM, Linus Torvalds
wrote:
> On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner wrote:
>>
>> are available in the Git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
>&g
;).
Cc: Sergej Pupykin
Signed-off-by: Matt Turner
---
It looks like CH355_4S is similarly missing, but I don't have hardware
to test.
This commit makes me wonder if I'm missing something -- how could
anything have worked after commit 72a3c0e4e662 without support in
parport_serial?
drivers
On Thu, Jul 5, 2018 at 3:17 PM Sudip Mukherjee
wrote:
>
> Hi Matt,
>
> On Sat, May 26, 2018 at 12:35:23PM -0700, Matt Turner wrote:
> > This Multi-IO card has one serial 16550-like serial connectors. Here's
> > the lspci output, after this commit is applied:
>
On Fri, Dec 14, 2018 at 10:18 AM Firoz Khan wrote:
>
> Hi Folks,
>
> On Tue, 13 Nov 2018 at 15:02, Firoz Khan wrote:
> >
> > The purpose of this patch series is, we can easily
> > add/modify/delete system call table support by cha-
> > nging entry in syscall.tbl file instead of manually
> > chang
On Wed, Dec 19, 2018 at 12:08 PM Arnd Bergmann wrote:
>
> On Wed, Dec 19, 2018 at 4:59 PM Matt Turner wrote:
> > On Fri, Dec 14, 2018 at 10:18 AM Firoz Khan wrote:
> > > On Tue, 13 Nov 2018 at 15:02, Firoz Khan wrote:
> > >
> > > Could someone review
race.h
Firoz Khan (5):
alpha: move __IGNORE* entries to non uapi header
alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
alpha: add __NR_syscalls along with NR_SYSCALLS
alpha: add system call table generation support
alpha: generate uapi header and syscall table heade
On Thu, Nov 1, 2018 at 6:44 AM Firoz Khan wrote:
>
> The purpose of this patch series is, we can easily
> add/modify/delete system call table support by cha-
> nging entry in syscall.tbl file instead of manually
> changing many files. The other goal is to unify the
> system call table generation s
d hence does not change the init order, making the
> impact of this change zero. Should someone with real hardware
> for boot testing want to change it later to arch_initcall or
> console_initcall, they can do that at a later date.
>
> Cc: Richard Henderson
> Reviewed-by: R
Hi Linus,
Please pull a few small changes for alpha.
Thanks,
Matt
The following changes since commit c61a56ababa404961fa769a2b24229f18e461961:
Merge branch 'x86-urgent-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2018-04-29 10:06:05
-0700)
are available in the Git
On Sat, May 26, 2018 at 12:35 PM, Matt Turner wrote:
> This Multi-IO card has one serial 16550-like serial connectors. Here's
> the lspci output, after this commit is applied:
>
> 01:00.0 Serial controller [0700]: Device [1c00:3470] (rev 10) (prog-if 05
> [16850])
>
n oops.
Any clues how this patch could have triggered the oops?
Here's the revert, with a trivial conflict resolved, that I've used in
testing:
From fdbdd0f606f0f412ee06c1152e33a22ca17102bc Mon Sep 17 00:00:00 2001
From: Matt Turner
Date: Sun, 24 May 2020 20:46:00 -0700
Subj
lect GENERIC_STRNCPY_FROM_USER
> select GENERIC_STRNLEN_USER
> + select HAVE_ARCH_AUDITSYSCALL
> select HAVE_MOD_ARCH_SPECIFIC
> select MODULES_USE_ELF_RELA
> select ODD_RT_SIGACTION
Thanks.
Acked-by: Matt Turner
--
To unsubscribe from this list:
On Tue, Jan 14, 2014 at 3:03 AM, Peter Zijlstra wrote:
> On Tue, Jan 14, 2014 at 10:28:23AM +0800, Daniel J Blueman wrote:
>> >Peter,
>> >
>> >I found out that the build failure was caused by the fact that the
>> >__native_word() macro (used internally by compiletime_assert_atomic())
>> >allows on
Acked-by: Matt Turner
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
already implemented.
Acked-by: Richard Henderson
Cc: Ivan Kokshaysky
Signed-off-by: Will Deacon
Signed-off-by: Matt Turner
---
arch/alpha/include/asm/io.h | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h
From: Michael Cree
Signed-off-by: Michael Cree
Signed-off-by: Matt Turner
---
arch/alpha/include/asm/unistd.h | 2 +-
arch/alpha/include/uapi/asm/unistd.h | 3 +++
arch/alpha/kernel/systbls.S | 3 +++
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/arch/alpha
On Mon, Dec 9, 2013 at 6:24 PM, 蔡正龙 wrote:
> Enable system-call auditing support at alpha architecture
>
> Signed-off-by: Zhenglong.cai
>
> arch/alpha/Kconfig |3 +++
> arch/alpha/include/asm/ptrace.h |5 +
> arch/alpha/include/asm/thread_info.h |2 ++
> ar
64274 13738.863
Difference at 95.0% confidence
491760 +/- 8188.17
7.83992% +/- 0.130541%
(Student's t, pooled s = 15840.5)
Signed-off-by: Matt Turner
---
arch/alpha/Kconfig| 1 +
arch/alpha/include/asm/spinlock.h | 5 +
2 files changed, 6 insertion
orton
> CC: linux-...@vger.kernel.org
> CC: Richard Henderson
> CC: Ivan Kokshaysky
> CC: Matt Turner
> CC: linux-al...@vger.kernel.org
> ---
> arch/alpha/include/uapi/asm/unistd.h | 1 +
> arch/alpha/kernel/systbls.S | 1 +
> 2 files changed, 2 insertions(+)
On Thu, Feb 5, 2015 at 1:17 PM, Pierre Chevalier
wrote:
> According to Documentation/PCI/pci.txt, pci_get_slot has been
> superseded by pci_get_domain_bus_and_slot.
>
> Signed-off-by: Pierre Chevalier
> ---
> arch/alpha/kernel/sys_miata.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
On Tue, May 12, 2015 at 1:59 AM, Michael Cree wrote:
> On Sun, May 10, 2015 at 02:33:36AM +0800, Chen Gang wrote:
>> The related warnings:
>>
>> CALLscripts/checksyscalls.sh
>> :1238:2: warning: #warning syscall seccomp not implemented [-Wcpp]
>> :1241:2: warning: #warning syscall getr
On Sat, Feb 7, 2015 at 2:30 PM, Mathieu Desnoyers
wrote:
> - Original Message -
>> From: "Greg KH"
>> To: "Mathieu Desnoyers"
>> Cc: "Huang Ying" , linux-kernel@vger.kernel.org, "Paul
>> McKenney" ,
>> "David Howells" , "Pranith Kumar"
>> , sta...@vger.kernel.org
>> Sent: Saturday, Feb
Hi Linus,
Please pull a few changes for alpha, including a build fix, a fix for the Eiger
platform, and a fix for a tricky bug uncovered by the strace test suite that
has existed since at least 1997 (v2.1.32)!
Thanks,
Matt
The following changes since commit d13937116f1e82bf508a6325111b322c30c8
e internal
> ksys_old_{sem,shm,msg}ctl() functions to select the API version.
>
> As we generally move towards these functions anyway, change all of
> sparc_ipc() to consistently use those in place of the sys_*() versions,
> and move the required ksys_*() declarations into linux/syscalls.
On Tue, Aug 27, 2019 at 1:53 AM Jiaxun Yang wrote:
> Loongson have a long history of contributing their code to mainline kernel.
> However, it seems like recent years, they are focusing on maintain a kernel
> by themselves
> rather than contribute there code to the community.
Do you know more ab
On Mon, Dec 31, 2018 at 3:54 AM Sergei Trofimovich wrote:
>
> Fix page fault handling code to fixup r16-r18 registers.
> Before the patch code had off-by-two registers bug.
> This bug caused overwriting of ps,pc,gp registers instead
> of fixing intended r16,r17,r18 (see `struct pt_regs`).
>
> More
On Tue, Mar 5, 2019 at 11:04 AM Borislav Petkov wrote:
>
> On Tue, Mar 05, 2019 at 07:11:38PM +0100, Borislav Petkov wrote:
> > I guess you could Cc arch maintainers with the a.out-core.h removal
> > patch to see if anyone screams.
>
> And they're like two for which we need confirmation:
>
> $ git
On Mon, Mar 11, 2019 at 9:26 AM Måns Rullgård wrote:
>
> Linus Torvalds writes:
>
> > On Sun, Mar 10, 2019 at 2:37 PM Matt Turner wrote:
> >>
> >> I'm not aware of a reason to keep a.out support on alpha.
> >
> > Hmm. I was looking at remo
efore=5823709, After=5823625, chg -0.00%
>
> Suggested-by: Arnd Bergmann
> Signed-off-by: James Hogan
> Cc: Richard Henderson
> Cc: Ivan Kokshaysky
> Cc: Matt Turner
> Cc: linux-al...@vger.kernel.org
Looks fine to me.
Acked-by: Matt Turner
Should I take it through the alpha tree?
On Fri, Apr 20, 2018 at 9:20 AM, Sinan Kaya wrote:
> Hi Matt,
>
> On 4/17/2018 2:43 PM, Sinan Kaya wrote:
>> On 4/16/2018 6:16 PM, Sinan Kaya wrote:
>>> memory-barriers.txt has been updated with the following requirement.
>>>
>>> "When using writel(), a prior wmb() is not needed to guarantee that
On Mon, May 7, 2018 at 1:42 AM, James Hogan wrote:
> On Sun, May 06, 2018 at 12:33:21PM -0700, Matt Turner wrote:
>> On Tue, Apr 17, 2018 at 3:11 AM, James Hogan wrote:
>> > Use CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING and CONFIG_OPTIMIZE_INLINING
>> > instead of unde
On Sat, Dec 3, 2016 at 1:52 AM, Jani Nikula wrote:
> On Sat, 03 Dec 2016, Matt Turner wrote:
>> From these instructions, users assume that /sys/class/drm/card0/error
>> contains all the information a developer needs to diagnose and fix a GPU
>> hang.
>>
>> I
own way there.
Signed-off-by: Matt Turner
---
Maybe now's a good time to discuss what *would* be useful to put in the
error state for debugging hangs. The currently executing shader program
would be a great place to start.
drivers/gpu/drm/i915/i915_gpu_error.c | 11 ---
1 file cha
On Fri, Dec 2, 2016 at 5:03 PM, Matt Turner wrote:
> From these instructions, users assume that /sys/class/drm/card0/error
> contains all the information a developer needs to diagnose and fix a GPU
> hang.
>
> In fact it doesn't, and we have no tools for solving them (other th
On a Broadcom BCM91250a MIPS system I can reliably trigger NFS
corruption on the first file read.
To demonstrate, I downloaded five identical copies of the gcc-5.4.0
source tarball. On the NFS server, they hash to the same value:
server distfiles # md5sum gcc-5.4.0.tar.bz2*
4c626ac2a83ef30dfb9260
On Mon, Mar 13, 2017 at 2:47 AM, James Hogan wrote:
> On Sun, Mar 12, 2017 at 06:43:47PM -0700, Matt Turner wrote:
>> On a Broadcom BCM91250a MIPS system I can reliably trigger NFS
>> corruption on the first file read.
>>
>> To demonstrate, I downloaded five identi
On Thu, Feb 2, 2017 at 12:12 AM, James Bottomley
wrote:
> On Tue, 2017-01-31 at 16:26 -0800, Andrew Morton wrote:
>> On Sat, 28 Jan 2017 12:13:10 +0100 Helge Deller
>> wrote:
>>
>> > The prctl(PR_GET_ENDIAN) syscall was added to Kernel 2.6.18, but
>> > implemented for PowerPC only. This trivial p
On Tue, Jun 2, 2020 at 11:03 AM Kees Cook wrote:
>
> On Mon, Jun 01, 2020 at 07:48:04PM -0700, Matt Turner wrote:
> > I bisected a regression on alpha to f2f84b05e02b (bug: consolidate
> > warn_slowpath_fmt() usage) which looks totally innocuous.
> >
> > Reverting
On Thu, Jun 11, 2020 at 2:14 AM Joerg Roedel wrote:
>
> From: Joerg Roedel
>
> The patch introducing the struct was probably never compile tested,
> because it sets a handler with a wrong function signature. Wrap the
> handler into a functions with the correct signature to fix the build.
>
> Fixe
efix
Enrico Weigelt, metux IT consult (1):
alpha: Kconfig: pedantic formatting
Jason Yan (2):
alpha: remove unneeded semicolon in osf_sys.c
alpha: remove unneeded semicolon in sys_eiger.c
Joerg Roedel (1):
alpha: Fix build around srm_sysrq_reboot_op
Matt Turner (1):
On Tue, Sep 1, 2020 at 7:15 AM Nicholas Piggin wrote:
>
> Cc: Richard Henderson
> Cc: Ivan Kokshaysky
> Cc: Matt Turner
> Cc: linux-al...@vger.kernel.org
> Signed-off-by: Nicholas Piggin
> ---
>
> Please ack or nack if you object to this being mered via
> Arn
On my late 2013 Macbook Pro, I have a couple of scripts that set the
fans to auto or full-speed:
fan-hi:
#!/bin/sh
sudo sh -c 'echo 1 > /sys/devices/platform/applesmc.768/fan1_manual
echo 1 > /sys/devices/platform/applesmc.768/fan2_manual
cat /sys/devices/platform/applesmc
Hi Linus,
Please pull my alpha git tree. It contains a few small fixes and clean ups.
Thanks,
Matt
The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:
Merge tag 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40
-0800)
are a
According to the Intel Software Developers' Manual, Vol. 4, Order No.
335592, these macros have been reversed since they were added.
Fixes: 889facbee3e6 ("tools/power turbostat: v3.0: monitor Watts and
Temperature")
Signed-off-by: Matt Turner
---
tools/power/x86/turbostat/
/turbostat: share kernel MSR #defines")
Signed-off-by: Matt Turner
---
arch/x86/include/asm/msr-index.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h
index c9084dedfcfa..5c6aa44568c4 100644
--- a/arch/x86/
uapi: Add support for __SANE_USERSPACE_TYPES__ (2017-08-29 12:02:00
-0700)
Ben Hutchings (1):
alpha: uapi: Add support for __SANE_USERSPACE_TYPES__
Guenter Roeck (1):
alpha: Define ioremap_wc
Matt Turner (2):
alpha:
Signed-off-by: Matt Turner
---
arch/alpha/kernel/core_marvel.c | 4 ++--
arch/alpha/kernel/smp.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/alpha/kernel/core_marvel.c b/arch/alpha/kernel/core_marvel.c
index db72356714c1..03ff832b1cb4 100644
--- a/arch
pci_vga_hose is #defined to 0 in include/asm/vga.h if CONFIG_VGA_HOSE is
not set.
Signed-off-by: Matt Turner
---
arch/alpha/kernel/core_marvel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/alpha/kernel/core_marvel.c b/arch/alpha/kernel/core_marvel.c
index d5f0580746a5
Hi Linus,
Please pull my alpha git tree. It contains some small clean up patches I've
neglected, and some build improvements from Ben Hutchings.
Thanks,
Matt
The following changes since commit dd689a68bc3551ad7bdff2c881fede5f0bd12cfa:
Merge branch 'for-linus' of
git://git.kernel.org/pub/scm
On Sun, May 21, 2017 at 1:58 AM, Christoph Hellwig wrote:
> Hi all,
>
> it seems like the Alpha Jense build (the only one using pci-noop.c)
> and thus being a different build than all the later PCI capable
> system has been broken since at least:
>
> commit 6aca0503847f6329460b15b3ab2b0e30bb752793
On Sun, Mar 12, 2017 at 6:43 PM, Matt Turner wrote:
> On a Broadcom BCM91250a MIPS system I can reliably trigger NFS
> corruption on the first file read.
>
> To demonstrate, I downloaded five identical copies of the gcc-5.4.0
> source tarball. On the NFS server, they hash to
On Thu, Dec 7, 2017 at 11:00 PM, Matt Turner wrote:
> On Sun, Mar 12, 2017 at 6:43 PM, Matt Turner wrote:
>> On a Broadcom BCM91250a MIPS system I can reliably trigger NFS
>> corruption on the first file read.
>>
>> To demonstrate, I downloaded five identical copies
On Fri, Dec 8, 2017 at 5:52 AM, Eric Dumazet wrote:
> On Fri, 2017-12-08 at 05:42 -0800, Eric Dumazet wrote:
>> On Thu, Dec 7, 2017 at 11:54 PM, Matt Turner
>> wrote:
>> > On Thu, Dec 7, 2017 at 11:00 PM, Matt Turner
>> > wrote:
>> > > On Sun, Mar 1
On Fri, Dec 8, 2017 at 1:16 PM, Eric Dumazet wrote:
> On Fri, 2017-12-08 at 12:26 -0800, Matt Turner wrote:
>>
>> Thanks for the quick reply!
>>
>> I tried the patch on top of master, but unfortunately the corruption
>> still occurs.
>
> You might try replac
68 matches
Mail list logo