Instead of defining a local version of struct udphdr use the standard
definition from .
The 'src' field is named 'source' in the definition.
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 10 ++
1 file changed, 2 insertions(+), 8 deleti
sed by 'version' and 'ihl' in .
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 29 +
1 file changed, 9 insertions(+), 20 deletions(-)
diff --git a/arch/powerpc/platforms/ps3/gelic_udbg.c
b/arch/powerpc/platforms/ps3/
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 16 ++--
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/arch/powerpc/platforms/ps3/gelic_udbg.c
b/arch/powerpc/platforms/ps3/gelic_udbg.c
index f11059e1ec35..bbf9c9904caf 100644
--- a/arch/p
a memset)
- ETH_ALEN
- ETH_P_8021Q
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/arch/powerpc/platforms/ps3/gelic_udbg.c
b/arch/powerpc/platforms/ps3/gelic_udbg.c
index 20b
only.
Changes since v1:
Include changes suggested by Joe Perches, namely the usage of
eth_broadcast_addr(), ETH_ALEN, ETH_P_8021Q and ETH_P_IP.
Luis Henriques (4):
powerpc/ps3: gelic_udbg: use struct ethhdr from
powerpc/ps3: gelic_udbg: use struct vlan_hdr from
powerpc/ps3: gelic_udbg: use
On Mon, Feb 08, 2016 at 09:31:21AM +0100, Geert Uytterhoeven wrote:
> On Sun, Feb 7, 2016 at 6:38 PM, Luis Henriques
> wrote:
> > Several network-related data structures are defined in gelic_udbg.
> > These could be easily dropped and the standard ones defined in network
> &g
Hi,
On Sun, Feb 07, 2016 at 10:26:51AM -0800, Joe Perches wrote:
> On Sun, 2016-02-07 at 17:38 +0000, Luis Henriques wrote:
> > Instead of defining a local version of struct ethhdr use the standard
> > definition from .
>
> trivia:
>
> > diff --git a/arch/powe
Instead of defining a local version of struct udphdr use the standard
definition from .
The 'src' field is named 'source' in the definition.
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 10 ++
1 file changed, 2 insertions(+), 8 deleti
sed by 'version' and 'ihl' in .
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 29 +
1 file changed, 9 insertions(+), 20 deletions(-)
diff --git a/arch/powerpc/platforms/ps3/gelic_udbg.c
b/arch/powerpc/platforms/ps3/
Instead of defining a local version of struct ethhdr use the standard
definition from .
The fields in the definition have different names:
- dest -> h_dest
- src -> h_source
- type -> h_proto
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.c | 16 ++
only.
Luis Henriques (4):
powerpc/ps3: gelic_udbg: use struct ethhdr from
powerpc/ps3: gelic_udbg: use struct vlan_hdr from
powerpc/ps3: gelic_udbg: use struct iphdr from
powerpc/ps3: gelic_udbg: use struct udphdr from
arch/powerpc/platforms/ps3/gelic_udbg.c | 71
Instead of defining the local struct vlantag use the standard definition
of vlan_hdr from .
The fields in the definition have different names:
- vlan -> h_vlan_TCI
- subtype -> h_vlan_encapsulated_proto
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/ps3/gelic_udbg.
On Mon, Jan 25, 2016 at 09:22:58AM -0500, Pranith Kumar wrote:
> In 4.5-rc1, I am getting a build failure as follows:
>
> mm/memory.c: In function ‘do_swap_page’:
> mm/memory.c:2573:9: error: implicit declaration of function ‘pte_mksoft_dirty’
> [-Werror=implicit-function-declaration]
>pte = p
On Sat, Jul 18, 2015 at 07:45:17PM -0400, Paul Gortmaker wrote:
> [[PATCH] macintosh/ans-lcd: fix build failure after module_init/exit
> relocation] On 17/07/2015 (Fri 14:20) Luis Henriques wrote:
>
> > After commit 0fd972a7d91d ("module: relocate module_init from ini
)
^
This commit fixes it by replacing linux/init.h by linux/module.h.
Fixes: 0fd972a7d91d ("module: relocate module_init from init.h to module.h")
Signed-off-by: Luis Henriques
---
drivers/macintosh/ans-lcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
. McKenney
Cc: linuxppc-...@ozlabs.org
Cc: m...@ellerman.id.au
Cc: t...@linutronix.de
Link:
http://lkml.kernel.org/r/20150318104705.17763.56668.st...@preeti.in.ibm.com
Signed-off-by: Ingo Molnar
Signed-off-by: Luis Henriques
---
kernel/time/tick-broadcast-hrtimer.c | 11 +--
1 file changed, 9
-off-by: Luis Henriques
---
kernel/time/tick-broadcast-hrtimer.c | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/kernel/time/tick-broadcast-hrtimer.c
b/kernel/time/tick-broadcast-hrtimer.c
index eb682d5c697c..6aac4beedbbe 100644
--- a/kernel/time/tick-broadcast
On Thu, Mar 26, 2015 at 04:14:27PM -0500, Scott Wood wrote:
> Commit bb344ca5b90df6 ("powerpc/mpc85xx: Add ranges to etsec2 nodes")
> fixes a bug that was exposed by commit 746c9e9f92dd ("of/base: Fix
> PowerPC address parsing hack"). The latter commit was applied to stable
> trees, so the former
the nap/sleep/rvwinkle instruction.
[ shre...@linux.vnet.ibm.com: Edited to handle LE ]
Signed-off-by: Paul Mackerras
Signed-off-by: Shreyas B. Prabhu
Cc: Benjamin Herrenschmidt
Cc: Michael Ellerman
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Michael Ellerman
Signed-off-by: Luis Henriq
ael Ellerman
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Michael Ellerman
Signed-off-by: Luis Henriques
---
arch/powerpc/include/asm/reg.h| 2 ++
arch/powerpc/kernel/idle_power7.S | 18 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/include/
On Tue, Jan 28, 2014 at 05:47:03PM +0530, Aneesh Kumar K.V wrote:
> This patch fix the below crash
>
> NIP [c004cee4] .__hash_page_thp+0x2a4/0x440
> LR [c00439ac] .hash_page+0x18c/0x5e0
> ...
> Call Trace:
> [c00736103c40] [1b00] 0x1b00(unreliable)
> [437908
.
Signed-off-by: Luis Henriques
---
arch/powerpc/platforms/embedded6xx/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig
b/arch/powerpc/platforms/embedded6xx/Kconfig
index 302ba43..59bd9cd 100644
--- a/arch/powerpc/platforms/embedded6xx/Kconfig
ault triggers")
Cc: (3.4+)
Signed-off-by: Luis Henriques
---
arch/powerpc/sysdev/mpic.c | 34 +++---
1 file changed, 15 insertions(+), 19 deletions(-)
diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c
index 0e166ed..e7bf1a2 100644
--- a/arc
required.")
Cc: Tony Breeds
Cc: (3.6+)
Signed-off-by: Luis Henriques
---
arch/powerpc/boot/Makefile | 2 +-
arch/powerpc/boot/wrapper | 5 -
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 981d418..cf8e5
d board support files when
required.")
Cc: Tony Breeds
Cc: (3.6+)
Signed-off-by: Luis Henriques
---
arch/powerpc/boot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index ca7f08c..981d418 100644
--- a/arch/p
On Tue, May 07, 2013 at 01:49:34PM +1000, Michael Ellerman wrote:
> From: Vaidyanathan Srinivasan
>
> Commit 7122b7bc1757682049780179d7c216dd1c83 upstream.
Thanks, I'm queuing it for the 3.5 kernel.
Cheers,
--
Luis
___
Linuxppc-dev mailing list
Li
adjust context ]
Signed-off-by: Luis Henriques
---
arch/powerpc/Kconfig | 4
arch/powerpc/lib/Makefile | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 050cb37..4d8336c 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/
renschmidt
[ luis: adjust context ]
Signed-off-by: Luis Henriques
---
arch/powerpc/Kconfig | 4
arch/powerpc/lib/Makefile | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 050cb37..4d8336c 100644
--- a/arch/pow
28 matches
Mail list logo