Re: Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)

2019-10-17 Thread Matt Turner
On Mon, Apr 23, 2018 at 10:34 AM Ivan Kokshaysky wrote: > > On Sun, Apr 22, 2018 at 01:07:38PM -0700, Matt Turner wrote: > > On Wed, Apr 18, 2018 at 1:48 PM, Ivan Kokshaysky > > wrote: > > > On Tue, Apr 17, 2018 at 02:43:44PM -0500, Bjorn Helgaas wrote: > > >

Re: [PATCH] x86: Deprecate a.out support

2019-03-11 Thread Matt Turner
On Mon, Mar 11, 2019 at 2:34 PM Arnd Bergmann wrote: > > On Mon, Mar 11, 2019 at 8:47 PM Måns Rullgård wrote: > > Linus Torvalds writes: > > > On Mon, Mar 11, 2019 at 11:08 AM Måns Rullgård wrote: > > >> > > >> The latest version I have is 5.1, and that uses ECOFF. > > > > > > ECOFF _is_ a.out

Re: [PATCH] x86: Deprecate a.out support

2019-03-11 Thread Matt Turner
On Mon, Mar 11, 2019 at 12:47 PM Måns Rullgård wrote: > > Linus Torvalds writes: > > > On Mon, Mar 11, 2019 at 11:08 AM Måns Rullgård wrote: > >> > >> The latest version I have is 5.1, and that uses ECOFF. > > > > ECOFF _is_ a.out as far as Linux is concerned. > > > > So Linux basically treats

Re: [PATCH] x86: Deprecate a.out support

2019-03-11 Thread Matt Turner
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 removing

Re: [PATCH] x86: Deprecate a.out support

2019-03-10 Thread Matt Turner
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: > > $

[PULL] alpha.git

2019-02-10 Thread Matt Turner
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

Re: PWS 433au (Miata) recovery update

2019-02-07 Thread Matt Turner
On Wed, Feb 6, 2019 at 12:04 AM Meelis Roos wrote: > > I share my experience of fresh install of and embedded SBC Alpha > (Eiger with EV6 500 MHz). > > Only an ancient Debian installer worked for me. The reason appeared to > be broken IRQ numbers for Eiger. > > So I used 2 disks. I first

Re: [PATCH v2] alpha: fix page fault handling for r16-r18 targets

2019-01-21 Thread Matt Turner
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`). > >

Re: [PATCH] 4.18-rc7 on alpha: bitsperlong issue

2019-01-21 Thread Matt Turner
On Mon, Jan 21, 2019 at 1:42 PM Bob Tracy wrote: > > Apologies for what is essentially a repost with a proper subject header > in the sense of trying to get the attention of people who collect/approve > patches for submission upstream. See my posting from earlier today > (followup: [FTBFS]

[PULL] alpha.git

2018-12-30 Thread Matt Turner
roz 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 header files M

Re: [PATCH v3 0/5] alpha: system call table generation support

2018-12-19 Thread Matt Turner
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 > >

Re: [PATCH v2 0/5] alpha: system call table generation support

2018-11-05 Thread Matt Turner
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

Re: [PATCH] include/asm/cmpxchg.h: Remove duplicate header

2018-11-02 Thread Matt Turner
On Fri, Nov 2, 2018 at 12:09 PM Souptick Joarder wrote: > > On Sat, Nov 3, 2018 at 12:31 AM Matt Turner wrote: > > > > On Fri, Nov 2, 2018 at 11:55 AM Souptick Joarder > > wrote: > > > We run the static analyser "make includecheck" which list

Re: [PATCH] include/asm/cmpxchg.h: Remove duplicate header

2018-11-02 Thread Matt Turner
On Fri, Nov 2, 2018 at 11:55 AM Souptick Joarder wrote: > We run the static analyser "make includecheck" which list out files where > duplicate headers can be removed and based on that we thought to remove > from this file. Didn't understood about the existence of second include ?? #define

[PULL] alpha.git

2018-05-22 Thread Matt Turner
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

Re: [PATCH] alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2

2018-05-08 Thread Matt Turner
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

Re: [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h

2018-05-07 Thread Matt Turner
On Mon, May 7, 2018 at 1:42 AM, James Hogan <jho...@kernel.org> 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 <jho...@kernel.org> wrote: >> > Use CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLININ

Re: Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)

2018-05-06 Thread Matt Turner
On Mon, Apr 23, 2018 at 10:34 AM, Ivan Kokshaysky <i...@jurassic.park.msu.ru> wrote: > On Sun, Apr 22, 2018 at 01:07:38PM -0700, Matt Turner wrote: >> On Wed, Apr 18, 2018 at 1:48 PM, Ivan Kokshaysky >> <i...@jurassic.park.msu.ru> wrote: >> > On Tue, Apr 17, 201

Re: [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h

2018-05-06 Thread Matt Turner
-348 > Total: Before=5823709, After=5823625, chg -0.00% > > Suggested-by: Arnd Bergmann <a...@arndb.de> > Signed-off-by: James Hogan <jho...@kernel.org> > Cc: Richard Henderson <r...@twiddle.net> > Cc: Ivan Kokshaysky <i...@jurassic.park.msu.ru> > Cc:

Re: Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)

2018-05-02 Thread Matt Turner
On Wed, May 2, 2018 at 1:33 PM, Bjorn Helgaas <helg...@kernel.org> wrote: > On Mon, Apr 23, 2018 at 06:34:23PM +0100, Ivan Kokshaysky wrote: >> On Sun, Apr 22, 2018 at 01:07:38PM -0700, Matt Turner wrote: >> > On Wed, Apr 18, 2018 at 1:48 PM, Ivan Kokshaysky >> >

Re: Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)

2018-04-22 Thread Matt Turner
On Wed, Apr 18, 2018 at 1:48 PM, Ivan Kokshaysky <i...@jurassic.park.msu.ru> wrote: > On Tue, Apr 17, 2018 at 02:43:44PM -0500, Bjorn Helgaas wrote: >> On Mon, Apr 16, 2018 at 09:43:42PM -0700, Matt Turner wrote: >> > On Mon, Apr 16, 2018 at 2:50 PM, Bjorn Helgaas &l

Re: Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)

2018-04-16 Thread Matt Turner
n, Apr 16, 2018 at 07:33:57AM -0700, Matt Turner wrote: >> Commit f75b99d5a77d63f20e07bd276d5a427808ac8ef6 (PCI: Enforce bus >> address limits in resource allocation) broke Alpha systems using >> CONFIG_ALPHA_NAUTILUS. Alpha is 64-bit, but Nautilus systems use a >>

Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)

2018-04-16 Thread Matt Turner
Commit f75b99d5a77d63f20e07bd276d5a427808ac8ef6 (PCI: Enforce bus address limits in resource allocation) broke Alpha systems using CONFIG_ALPHA_NAUTILUS. Alpha is 64-bit, but Nautilus systems use a 32-bit AMD 751/761 chipset. arch/alpha/kernel/sys_nautilus.c maps PCI into the upper addresses just

Re: [PULL] alpha.git

2018-04-09 Thread Matt Turner
On Mon, Apr 9, 2018 at 9:13 AM, Linus Torvalds <torva...@linux-foundation.org> wrote: > On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner <matts...@gmail.com> wrote: >> >> are available in the Git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git

[PULL] alpha.git

2018-04-08 Thread Matt Turner
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

Re: [PATCH] alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering

2018-04-05 Thread Matt Turner
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

[PULL] alpha.git

2018-02-02 Thread Matt Turner
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

[PULL] alpha.git

2018-01-20 Thread Matt Turner
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

Re: Do any Alpha systems include InfiniBand?

2017-10-20 Thread Matt Turner
On Fri, Oct 20, 2017 at 12:48 PM, Paul E. McKenney wrote: > Hello, Michael, > > Do any of the DEC Alpha systems that run recent kernels have InfiniBand? > Given my understanding of the history, I believe the answer to be "no". > If I am wrong, please let me know, as I

Re: [BUG] 4.13.0 kernel build error on Alpha

2017-09-10 Thread Matt Turner
On Sun, Sep 10, 2017 at 3:34 PM, Bob Tracy wrote: > Here we go again :-(. Tool versions as follows: > > gcc version 7.2.0 (Debian 7.2.0-3) > GNU ld (GNU Binutils for Debian) 2.29 (binutils 2.29-9) > > Note evidence of the ".alphalib" section patch first tried with the 4.9

[PULL] alpha.git

2017-08-29 Thread Matt Turner
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:

[PATCH] alpha: Fix section mismatches

2017-08-26 Thread Matt Turner
Signed-off-by: Matt Turner <matts...@gmail.com> --- 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..03ff83

[PATCH] alpha: Fix build error without CONFIG_VGA_HOSE.

2017-08-26 Thread Matt Turner
pci_vga_hose is #defined to 0 in include/asm/vga.h if CONFIG_VGA_HOSE is not set. Signed-off-by: Matt Turner <matts...@gmail.com> --- 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

Re: [BUG] 4.9.0 build error on Alpha

2016-12-29 Thread Matt Turner
FWIW, when I saw your first email I tried compiling with gcc-4.9.4, 5.4.0, and 6.2.0. All compiled my config fine. I'm guessing it's another symptom of the old "kernel too big" problem? -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to