* Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
@ 2016-02-01 1:01 Mike
2016-02-01 1:05 ` Pranith Kumar
0 siblings, 1 reply; 6+ messages in thread
From: Mike @ 2016-02-01 1:01 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 1618 bytes --]
Building on ppc32
In file included from fs/proc/task_mmu.c:14:0:
include/linux/swapops.h: In function ‘pte_to_swp_entry’:
include/linux/swapops.h:69:6: error: implicit declaration of function
‘pte_swp_soft_dirty’ [-Werror=implicit-function-declaration]
if (pte_swp_soft_dirty(pte))
^
include/linux/swapops.h:70:9: error: implicit declaration of function
‘pte_swp_clear_soft_dirty’ [-Werror=implicit-function-declaration]
pte = pte_swp_clear_soft_dirty(pte);
^
if [ "-pg" = "-pg" ]; then set -e ; perl ./scripts/recordmcount.pl
"powerpc" "big" "32" "objdump" "objcopy" "gcc -mbig-endian -m32 -Wall
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89
-msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec
-mno-vsx -mno-spe -mspe=no -funit-at-a-time -fno-dwarf2-cfi-asm -mno-string
-mcpu=powerpc -mno-sched-epilog -Wa,-maltivec
-fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0
-Wframe-larger-than=1024 -fno-stack-protector -Wno-unused-but-set-variable
-fno-var-tracking-assignments -pg -Wdeclaration-after-statement
-Wno-pointer-sign -fno-strict-overflow -fconserve-stack
-Werror=implicit-int -Werror=strict-prototypes -Werror=date-time
-DCC_HAVE_ASM_GOTO " "ld -EB -m elf32ppc" "nm" "" "" "0"
"fs/notify/inotify/inotify_user.o"; fi;
fs/proc/task_mmu.c: In function ‘pte_to_pagemap_entry’:
fs/proc/task_mmu.c:1158:7: error: implicit declaration of function
‘pte_soft_dirty’ [-Werror=implicit-function-declaration]
[-- Attachment #2: Type: text/html, Size: 1957 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
2016-02-01 1:01 Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’ Mike
@ 2016-02-01 1:05 ` Pranith Kumar
2016-02-01 20:31 ` Mike
2016-02-02 6:48 ` Aneesh Kumar K.V
0 siblings, 2 replies; 6+ messages in thread
From: Pranith Kumar @ 2016-02-01 1:05 UTC (permalink / raw)
To: Mike; +Cc: open list:LINUX FOR POWERPC...
On Sun, Jan 31, 2016 at 8:01 PM, Mike <michael.heltne@gmail.com> wrote:
> Building on ppc32
>
> In file included from fs/proc/task_mmu.c:14:0:
> include/linux/swapops.h: In function =E2=80=98pte_to_swp_entry=E2=80=99:
> include/linux/swapops.h:69:6: error: implicit declaration of function
> =E2=80=98pte_swp_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-declara=
tion]
> if (pte_swp_soft_dirty(pte))
> ^
> include/linux/swapops.h:70:9: error: implicit declaration of function
> =E2=80=98pte_swp_clear_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-d=
eclaration]
> pte =3D pte_swp_clear_soft_dirty(pte);
> ^
Can you try the patch posted here: https://lkml.org/lkml/2016/1/25/554
Thanks!
--=20
Pranith
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
2016-02-01 1:05 ` Pranith Kumar
@ 2016-02-01 20:31 ` Mike
2016-02-02 6:48 ` Aneesh Kumar K.V
1 sibling, 0 replies; 6+ messages in thread
From: Mike @ 2016-02-01 20:31 UTC (permalink / raw)
To: Pranith Kumar; +Cc: open list:LINUX FOR POWERPC...
[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]
Thanks!
Applied and it built this time, sadly i missed RC-2 and will just have to
test and see if the radeon r300 is un-broken and rebuild, doing dpkg kernel
build and was lazy with the .config so it takes a day building on this
single core g4!
Cheers
Mike
On 1 February 2016 at 01:05, Pranith Kumar <bobby.prani@gmail.com> wrote:
> On Sun, Jan 31, 2016 at 8:01 PM, Mike <michael.heltne@gmail.com> wrote:
> > Building on ppc32
> >
> > In file included from fs/proc/task_mmu.c:14:0:
> > include/linux/swapops.h: In function ‘pte_to_swp_entry’:
> > include/linux/swapops.h:69:6: error: implicit declaration of function
> > ‘pte_swp_soft_dirty’ [-Werror=implicit-function-declaration]
> > if (pte_swp_soft_dirty(pte))
> > ^
> > include/linux/swapops.h:70:9: error: implicit declaration of function
> > ‘pte_swp_clear_soft_dirty’ [-Werror=implicit-function-declaration]
> > pte = pte_swp_clear_soft_dirty(pte);
> > ^
>
> Can you try the patch posted here: https://lkml.org/lkml/2016/1/25/554
>
> Thanks!
> --
> Pranith
>
[-- Attachment #2: Type: text/html, Size: 1731 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
2016-02-01 1:05 ` Pranith Kumar
2016-02-01 20:31 ` Mike
@ 2016-02-02 6:48 ` Aneesh Kumar K.V
2016-02-02 17:14 ` Pranith Kumar
1 sibling, 1 reply; 6+ messages in thread
From: Aneesh Kumar K.V @ 2016-02-02 6:48 UTC (permalink / raw)
To: Pranith Kumar, Mike; +Cc: open list:LINUX FOR POWERPC...
Pranith Kumar <bobby.prani@gmail.com> writes:
> On Sun, Jan 31, 2016 at 8:01 PM, Mike <michael.heltne@gmail.com> wrote:
>> Building on ppc32
>>
>> In file included from fs/proc/task_mmu.c:14:0:
>> include/linux/swapops.h: In function =E2=80=98pte_to_swp_entry=E2=80=99:
>> include/linux/swapops.h:69:6: error: implicit declaration of function
>> =E2=80=98pte_swp_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-declar=
ation]
>> if (pte_swp_soft_dirty(pte))
>> ^
>> include/linux/swapops.h:70:9: error: implicit declaration of function
>> =E2=80=98pte_swp_clear_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-=
declaration]
>> pte =3D pte_swp_clear_soft_dirty(pte);
>> ^
>
> Can you try the patch posted here: https://lkml.org/lkml/2016/1/25/554
>
This patch didn't work for you ?
http://mid.gmane.org/1454086969-21074-1-git-send-email-aneesh.kumar@linux.v=
net.ibm.com
-aneesh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
2016-02-02 6:48 ` Aneesh Kumar K.V
@ 2016-02-02 17:14 ` Pranith Kumar
2016-02-02 17:55 ` Mike
0 siblings, 1 reply; 6+ messages in thread
From: Pranith Kumar @ 2016-02-02 17:14 UTC (permalink / raw)
To: Aneesh Kumar K.V; +Cc: Mike, open list:LINUX FOR POWERPC...
On Tue, Feb 2, 2016 at 1:48 AM, Aneesh Kumar K.V
<aneesh.kumar@linux.vnet.ibm.com> wrote:
>
> This patch didn't work for you ?
>
> http://mid.gmane.org/1454086969-21074-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com
>
This actually is a better patch. I didn't realize that we have the _64 version.
Thanks!
--
Pranith
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
2016-02-02 17:14 ` Pranith Kumar
@ 2016-02-02 17:55 ` Mike
0 siblings, 0 replies; 6+ messages in thread
From: Mike @ 2016-02-02 17:55 UTC (permalink / raw)
To: Pranith Kumar; +Cc: Aneesh Kumar K.V, open list:LINUX FOR POWERPC...
[-- Attachment #1: Type: text/plain, Size: 707 bytes --]
Agreed, raised an eyebrow initially when select ppc64 and 32 :D
I'll give a word on the trackpad issue later, cant remember seeing any
changes that ought effect it really. guess the compile is done in a good
hour or so, took the tiime to slim it down to someting reasonable
Thanks man
On 2 Feb 2016 18:14, "Pranith Kumar" <bobby.prani@gmail.com> wrote:
> On Tue, Feb 2, 2016 at 1:48 AM, Aneesh Kumar K.V
> <aneesh.kumar@linux.vnet.ibm.com> wrote:
> >
> > This patch didn't work for you ?
> >
> >
> http://mid.gmane.org/1454086969-21074-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com
> >
>
> This actually is a better patch. I didn't realize that we have the _64
> version.
>
> Thanks!
> --
> Pranith
>
[-- Attachment #2: Type: text/html, Size: 1251 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-02-02 17:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 1:01 Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’ Mike
2016-02-01 1:05 ` Pranith Kumar
2016-02-01 20:31 ` Mike
2016-02-02 6:48 ` Aneesh Kumar K.V
2016-02-02 17:14 ` Pranith Kumar
2016-02-02 17:55 ` Mike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).