From: "Aneesh Kumar K.V" <aneesh.kumar@linux•vnet.ibm.com>
To: Christian Zigotzky <chzigotzky@xenosoft•de>,
Benjamin Herrenschmidt <benh@kernel•crashing.org>,
linuxppc-dev@lists•ozlabs.org, darren@stevens-zone•net,
Michael Ellerman <michaele@au1•ibm.com>,
Julian Margetson <runaway@candw•ms>,
Adrian Cox <adrian@humboldt•co.uk>,
"R.T.Dickinson" <rtd@a-eon•com>,
"R.T.Dickinson" <rtd2@xtra•co.nz>, Pat Wall <pjwall@mac•com>,
Pat Wall <pjwall@me•com>, "contact@a-eon•com" <contact@a-eon•com>,
Matthew Leaman <matthew@a-eon•biz>,
luigi burdo <intermediadc@hotmail•com>,
Christian Zigotzky <info@xenosoft•de>
Subject: Re: Kernel 4.7: PAGE_GUARDED and _PAGE_NO_CACHE
Date: Sat, 04 Jun 2016 20:16:23 +0530 [thread overview]
Message-ID: <871t4dui4g.fsf@skywalker.in.ibm.com> (raw)
In-Reply-To: <fa666396-4b81-f317-18e2-48078233bb57@xenosoft.de>
Christian Zigotzky <chzigotzky@xenosoft•de> writes:
> Hi All,
>
> I compiled the latest git version of kernel 4.7 with all PowerPC=20
> commits. Maybe the latest commit powerpc-4.7-2 solved the boot issues.=20
> Our latest Nemo patch 4.7-1 works without any problems with the latest=20
> git version.
instead of using powerpc-4.7-2 can you use the upstream SHA1 commit id
?. I am not sure how to map 4.7-2 to a kernel version.
>
> I got the following error message:
>
> arch/powerpc/kernel/pci-common.c: In function=20
> =E2=80=98pci_process_bridge_OF_ranges=E2=80=99:
> arch/powerpc/kernel/pci-common.c:732:59: error: =E2=80=98_PAGE_GUARDED=E2=
=80=99=20
> undeclared (first use in this function)
> range.size, _PAGE_NO_CACHE|_PAGE_GUARDED=
);
> ^
> arch/powerpc/kernel/pci-common.c:732:59: note: each undeclared=20
> identifier is reported only once for each function it appears in
> make[1]: *** [arch/powerpc/kernel/pci-common.o] Error 1
> make: *** [arch/powerpc/kernel] Error 2
Which kernel is that ? For upstream I have at that line
729 hose->pci_io_size =3D range.pci_addr + range.s=
ize;
730 hose->io_base_phys =3D range.cpu_addr - range.=
pci_addr;
731=20
732 /* Build resource */
733 res =3D &hose->io_resource;
734 range.cpu_addr =3D range.pci_addr;
735 break;
736 case IORESOURCE_MEM:
-aneesh
next prev parent reply other threads:[~2016-06-04 14:46 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 4:38 PAGE_GUARDED Christian Zigotzky
2016-05-23 8:01 ` PAGE_GUARDED Benjamin Herrenschmidt
2016-05-24 10:48 ` PAGE_GUARDED Christian Zigotzky
2016-05-24 11:16 ` PAGE_GUARDED Benjamin Herrenschmidt
2016-05-24 13:37 ` PAGE_GUARDED Christian Zigotzky
2016-05-24 15:37 ` PAGE_GUARDED Aneesh Kumar K.V
2016-05-25 6:58 ` PAGE_GUARDED Christian Zigotzky
2016-05-25 11:44 ` PAGE_GUARDED Christian Zigotzky
2016-06-04 7:19 ` Kernel 4.7: PAGE_GUARDED and _PAGE_NO_CACHE Christian Zigotzky
2016-06-04 7:40 ` Christian Zigotzky
2016-06-04 11:08 ` Christian Zigotzky
2016-06-04 14:46 ` Aneesh Kumar K.V [this message]
2016-06-04 15:13 ` Christian Zigotzky
2016-06-04 15:25 ` Christian Zigotzky
2016-06-05 16:09 ` Christian Zigotzky
2016-06-06 0:57 ` Michael Ellerman
2016-06-06 1:23 ` Julian Margetson
2016-06-06 2:00 ` Michael Ellerman
2016-06-06 8:59 ` Julian Margetson
2016-06-06 0:54 ` Michael Ellerman
2016-06-04 14:42 ` Aneesh Kumar K.V
2016-06-04 15:07 ` Christian Zigotzky
2016-06-06 0:51 ` Michael Ellerman
2016-06-06 5:21 ` Christian Zigotzky
2016-06-07 20:17 ` Christian Zigotzky
2016-06-07 22:14 ` Christian Zigotzky
2016-06-08 1:51 ` Michael Ellerman
2016-06-08 2:52 ` Michael Ellerman
2016-06-08 10:58 ` Christian Zigotzky
2016-06-08 11:30 ` Michael Ellerman
2016-06-08 12:50 ` Christian Zigotzky
2016-06-08 11:33 ` Darren Stevens
2016-06-08 13:24 ` Christian Zigotzky
2016-06-08 13:51 ` Christian Zigotzky
2016-06-08 13:52 ` Michael Ellerman
2016-06-08 15:11 ` Aneesh Kumar K.V
2016-06-08 15:47 ` Christian Zigotzky
2016-06-09 8:48 ` Christian Zigotzky
2016-06-09 11:15 ` Michael Ellerman
2016-06-09 13:13 ` Christian Zigotzky
2016-06-13 8:14 ` Christian Zigotzky
2016-06-13 8:19 ` Benjamin Herrenschmidt
2016-06-13 18:09 ` Christian Zigotzky
2016-06-22 19:07 ` Christian Zigotzky
2016-06-22 19:58 ` luigi burdo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871t4dui4g.fsf@skywalker.in.ibm.com \
--to=aneesh.kumar@linux$(echo .)vnet.ibm.com \
--cc=adrian@humboldt$(echo .)co.uk \
--cc=benh@kernel$(echo .)crashing.org \
--cc=chzigotzky@xenosoft$(echo .)de \
--cc=contact@a-eon$(echo .)com \
--cc=darren@stevens-zone$(echo .)net \
--cc=info@xenosoft$(echo .)de \
--cc=intermediadc@hotmail$(echo .)com \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=matthew@a-eon$(echo .)biz \
--cc=michaele@au1$(echo .)ibm.com \
--cc=pjwall@mac$(echo .)com \
--cc=pjwall@me$(echo .)com \
--cc=rtd2@xtra$(echo .)co.nz \
--cc=rtd@a-eon$(echo .)com \
--cc=runaway@candw$(echo .)ms \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox