All of lore.kernel.org
 help / color / mirror / Atom feed
* parisc/unwind: call callback with toplevel address
@ 2021-10-01 10:30 Naresh Kamboju
  2021-10-01 19:12 ` Helge Deller
  0 siblings, 1 reply; 6+ messages in thread
From: Naresh Kamboju @ 2021-10-01 10:30 UTC (permalink / raw)
  To: open list, Linux-Next Mailing List, linux-parisc
  Cc: Sven Schnelle, Helge Deller, James.Bottomley, Stephen Rothwell,
	lkft-triage

Following build errors noticed while building Linux next 20211001
with gcc-11 for parisc architecture.

arch/parisc/kernel/stacktrace.c: In function 'dump_trace':
arch/parisc/kernel/stacktrace.c:20:13: error: 'regs' undeclared (first
use in this function)
   20 |         if (regs)
      |             ^~~~
arch/parisc/kernel/stacktrace.c:20:13: note: each undeclared
identifier is reported only once for each function it appears in
arch/parisc/kernel/stacktrace.c:21:22: error: implicit declaration of
function 'fn' [-Werror=implicit-function-declaration]
   21 |                 if (!fn(cookie, regs->iaoq[0]))
      |                      ^~
arch/parisc/kernel/stacktrace.c:21:25: error: 'cookie' undeclared
(first use in this function)
   21 |                 if (!fn(cookie, regs->iaoq[0]))
      |                         ^~~~~~
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:288:
arch/parisc/kernel/stacktrace.o] Error 1

Build config:
https://builds.tuxbuild.com/1ytbtyEg5SDSQgS2Oj9RsCM4ZmS/config

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

meta data:
-----------
    git_repo: https://gitlab.com/Linaro/lkft/mirrors/next/linux-next
    git_sha: a25006a77348ba06c7bc96520d331cd9dd370715
    git_short_log: a25006a77348 (\"Add linux-next specific files for 20211001\")
    kconfig:  defconfig
    kernel_version: 5.15.0-rc3
    target_arch: parisc
    toolchain: gcc-11

steps to reproduce:
https://builds.tuxbuild.com/1ytbtyEg5SDSQgS2Oj9RsCM4ZmS/tuxmake_reproducer.sh

--
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: parisc/unwind: call callback with toplevel address
  2021-10-01 10:30 parisc/unwind: call callback with toplevel address Naresh Kamboju
@ 2021-10-01 19:12 ` Helge Deller
  2021-10-07  9:09   ` ATI Rage XL cp
  0 siblings, 1 reply; 6+ messages in thread
From: Helge Deller @ 2021-10-01 19:12 UTC (permalink / raw)
  To: Naresh Kamboju, open list, Linux-Next Mailing List, linux-parisc
  Cc: Sven Schnelle, James.Bottomley, Stephen Rothwell, lkft-triage

On 10/1/21 12:30, Naresh Kamboju wrote:
> Following build errors noticed while building Linux next 20211001
> with gcc-11 for parisc architecture.
>
> arch/parisc/kernel/stacktrace.c: In function 'dump_trace':
> arch/parisc/kernel/stacktrace.c:20:13: error: 'regs' undeclared (first
> use in this function)
>    20 |         if (regs)
>       |             ^~~~
> arch/parisc/kernel/stacktrace.c:20:13: note: each undeclared
> identifier is reported only once for each function it appears in
> arch/parisc/kernel/stacktrace.c:21:22: error: implicit declaration of
> function 'fn' [-Werror=implicit-function-declaration]
>    21 |                 if (!fn(cookie, regs->iaoq[0]))
>       |                      ^~
> arch/parisc/kernel/stacktrace.c:21:25: error: 'cookie' undeclared
> (first use in this function)
>    21 |                 if (!fn(cookie, regs->iaoq[0]))
>       |                         ^~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [scripts/Makefile.build:288:
> arch/parisc/kernel/stacktrace.o] Error 1
>
> Build config:
> https://builds.tuxbuild.com/1ytbtyEg5SDSQgS2Oj9RsCM4ZmS/config
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

I've dropped that patch.

Thanks!
Helge



> meta data:
> -----------
>     git_repo: https://gitlab.com/Linaro/lkft/mirrors/next/linux-next
>     git_sha: a25006a77348ba06c7bc96520d331cd9dd370715
>     git_short_log: a25006a77348 (\"Add linux-next specific files for 20211001\")
>     kconfig:  defconfig
>     kernel_version: 5.15.0-rc3
>     target_arch: parisc
>     toolchain: gcc-11
>
> steps to reproduce:
> https://builds.tuxbuild.com/1ytbtyEg5SDSQgS2Oj9RsCM4ZmS/tuxmake_reproducer.sh
>
> --
> Linaro LKFT
> https://lkft.linaro.org
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ATI Rage XL
  2021-10-01 19:12 ` Helge Deller
@ 2021-10-07  9:09   ` cp
  2021-10-08  8:44     ` cp
  2021-10-25 12:08     ` cp
  0 siblings, 2 replies; 6+ messages in thread
From: cp @ 2021-10-07  9:09 UTC (permalink / raw)
  To: linux-parisc

hi
in the PA wiki (1) the ATI Rage XL (mach64) is reported to have
worked. In combination with the fbdev X-server from XFree86/X.org

I think the news was related to kernel 2.6 or something very old.

Can anyone confirm it's still working with kernel 5.*?

I don't happen to have a card to test myself. Not yet.

C.



(1) https://parisc.wiki.kernel.org/index.php/Graphics_howto

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI Rage XL
  2021-10-07  9:09   ` ATI Rage XL cp
@ 2021-10-08  8:44     ` cp
  2021-10-25 12:08     ` cp
  1 sibling, 0 replies; 6+ messages in thread
From: cp @ 2021-10-08  8:44 UTC (permalink / raw)
  To: linux-parisc

Apple PowerBook-G3 use these cards

Name       , Model , GPU             , driver , vram ;
wallstreet , M4753 , ATI Rage LT     , mach64 ,  2MB ;
lombard    , M5343 , ATI Rage Pro LT , mach64 ,  8MB ;
pismo      , M5343 , ATI Rage 128    , ati128 ,  8MB ;

So maybe there is still some interest in supporting their kernel drivers.
Sooner or later I will try to grab some of these PCI cards and try
them with HPPA on modern 5 kernels. *

I know there is also a miniPCI version of the ATI RageXL and it's used
with some IBM servers, so again, maybe there is still some interest
even from those guys ...

On Thu, 7 Oct 2021 at 11:09, cp <carlojpisani@gmail.com> wrote:
>
> hi
> in the PA wiki (1) the ATI Rage XL (mach64) is reported to have
> worked. In combination with the fbdev X-server from XFree86/X.org
>
> I think the news was related to kernel 2.6 or something very old.
>
> Can anyone confirm it's still working with kernel 5.*?
>
> I don't happen to have a card to test myself. Not yet.
>
> C.
>
>
>
> (1) https://parisc.wiki.kernel.org/index.php/Graphics_howto

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI Rage XL
  2021-10-07  9:09   ` ATI Rage XL cp
  2021-10-08  8:44     ` cp
@ 2021-10-25 12:08     ` cp
  1 sibling, 0 replies; 6+ messages in thread
From: cp @ 2021-10-25 12:08 UTC (permalink / raw)
  To: linux-parisc

anyone?

any news about the mach64 support with kernel 5.* ?
cheers

> hi
> in the PA wiki (1) the ATI Rage XL (mach64) is reported to have
> worked. In combination with the fbdev X-server from XFree86/X.org
>
> I think the news was related to kernel 2.6 or something very old.
>
> Can anyone confirm it's still working with kernel 5.*?
>
> I don't happen to have a card to test myself. Not yet.
> (1) https://parisc.wiki.kernel.org/index.php/Graphics_howto

^ permalink raw reply	[flat|nested] 6+ messages in thread

* ATI Rage XL
@ 2004-08-01  8:33 Michael Stickel
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Stickel @ 2004-08-01  8:33 UTC (permalink / raw)
  To: linux-mips

Hi.

I am new to the list.
I have a MIPS32 based platform with miniPCI slots and an ATI Rage XL.
There where rumors that there is code in the 2.6 Kernel that initializes 
the card for non-x86 platforms. I have found a file called xlinit.c
with a function atyfb_xl_init in it, but I did not find a place where it 
is called. I read that it is a patch from SGI to get the Rage XL running
on non X86 platforms.

Is all that only a rumor or does anyone have a pointer where to find
more information about the ATI Rage XL in non x86 platforms.

Michael
michael@cubic.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-25 12:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 10:30 parisc/unwind: call callback with toplevel address Naresh Kamboju
2021-10-01 19:12 ` Helge Deller
2021-10-07  9:09   ` ATI Rage XL cp
2021-10-08  8:44     ` cp
2021-10-25 12:08     ` cp
  -- strict thread matches above, loose matches on Subject: below --
2004-08-01  8:33 Michael Stickel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.