[PATCH] rtnetlink: add keepalived protocol recognition

2017-02-20 Thread Quentin Armitage
Keepalived (an implementation of VRRP) has the ability to add ip routes, so add RTPROTO_KEEPALIVED to userspace visible header file. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- include/uapi/linux/rtnetlink.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[PATCH] rtnetlink: add keepalived protocol recognition

2017-02-20 Thread Quentin Armitage
Keepalived (an implementation of VRRP) has the ability to add ip routes, so add RTPROTO_KEEPALIVED to userspace visible header file. Signed-off-by: Quentin Armitage --- include/uapi/linux/rtnetlink.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/uapi/linux

[PATCH net-next v4 1/3] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-16 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_

[PATCH net-next v4 1/3] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-16 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 60

[PATCH net-next v4 3/3] ipvs: log additional sync daemon parameters

2016-06-16 Thread Quentin Armitage
add them to the log messages when the sync daemons started. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 28 ++-- 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_s

[PATCH net-next v4 3/3] ipvs: log additional sync daemon parameters

2016-06-16 Thread Quentin Armitage
add them to the log messages when the sync daemons started. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 28 ++-- 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c in

[PATCH net-next v4 2/3] ipvs: Don't check result < 0 after setting result = 0

2016-06-16 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/netfi

[PATCH net-next v4 2/3] ipvs: Don't check result < 0 after setting result = 0

2016-06-16 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/i

[PATCH v4 net] ipvs: fix bind to link-local mcast IPv6 address in backup

2016-06-16 Thread Quentin Armitage
ing inet6_bind() resolves the issue. Fixes: d33288172e72 ("ipvs: add more mcast parameters for the sync daemon") Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --gi

[PATCH v4 net] ipvs: fix bind to link-local mcast IPv6 address in backup

2016-06-16 Thread Quentin Armitage
ing inet6_bind() resolves the issue. Fixes: d33288172e72 ("ipvs: add more mcast parameters for the sync daemon") Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipv

[PATCH v3 3/4] ipvs: Don't check result < 0 after setting result = 0

2016-06-15 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/netfi

[PATCH v3 3/4] ipvs: Don't check result < 0 after setting result = 0

2016-06-15 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/i

[PATCH v3 4/4] ipvs: log additional sync daemon parameters

2016-06-15 Thread Quentin Armitage
add them to the log messages when the sync daemons started. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 28 ++-- 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_s

[PATCH v3 4/4] ipvs: log additional sync daemon parameters

2016-06-15 Thread Quentin Armitage
add them to the log messages when the sync daemons started. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 28 ++-- 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c in

[PATCH v3 1/4] ipvs: Enable setting IPv6 multicast address for ipvs

2016-06-15 Thread Quentin Armitage
ing inet6_bind() resolves the issue. Fixes: d33288172e72 ("ipvs: add more mcast parameters for the sync daemon") Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --gi

[PATCH v3 1/4] ipvs: Enable setting IPv6 multicast address for ipvs

2016-06-15 Thread Quentin Armitage
ing inet6_bind() resolves the issue. Fixes: d33288172e72 ("ipvs: add more mcast parameters for the sync daemon") Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipv

[PATCH v3 2/4] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-15 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_

[PATCH v3 0/4] ipvs: fix backup sync daemon with IPv6, and minor updates

2016-06-15 Thread Quentin Armitage
d to resolve coding style warnings, and all pass with 0 errors, warnings and checks. Patch 5 now becomes patch 4. The changes have all been tested and work as expected. Quentin Armitage (4): ipvs: Enable setting IPv6 multicast address for ipvs ipvs: Stop calling __dev_get_by_name() rep

[PATCH v3 2/4] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-15 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 60

[PATCH v3 0/4] ipvs: fix backup sync daemon with IPv6, and minor updates

2016-06-15 Thread Quentin Armitage
d to resolve coding style warnings, and all pass with 0 errors, warnings and checks. Patch 5 now becomes patch 4. The changes have all been tested and work as expected. Quentin Armitage (4): ipvs: Enable setting IPv6 multicast address for ipvs ipvs: Stop calling __dev_get_by_name() rep

[PATCH v2 1/5] ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup

2016-06-14 Thread Quentin Armitage
issue. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c index 803001a..85b48f1 100644 --- a/net/netfilter/ip

[PATCH v2 1/5] ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup

2016-06-14 Thread Quentin Armitage
issue. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c index 803001a..85b48f1 100644 --- a/net/netfilter/ipvs/ip_vs_sync.c +++ b

[PATCH v2 5/5] ipvs: log additional sync daemon parameters

2016-06-14 Thread Quentin Armitage
hen the sync daemons started. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c ind

[PATCH v2 5/5] ipvs: log additional sync daemon parameters

2016-06-14 Thread Quentin Armitage
hen the sync daemons started. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c index 734335a..bb59b84 100644 ---

[PATCH v2 0/5] ipvs: fix backup sync daemon with IPv6, and minor updates

2016-06-14 Thread Quentin Armitage
with CONFIG_IP_VS_DEBUG enabled. Patch 2/5 is modified to correct the problem, and patch 3/5 is modifed to apply with the modified patch 2/5. Quentin Armitage (5): ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync

[PATCH v2 4/5] ipvs: Lock socket before setting SK_CAN_REUSE

2016-06-14 Thread Quentin Armitage
When other settings are changed in the socket it is locked, so lock the socket before setting SK_CAN_REUSE. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/netfilte

[PATCH v2 2/5] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-14 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_

[PATCH v2 0/5] ipvs: fix backup sync daemon with IPv6, and minor updates

2016-06-14 Thread Quentin Armitage
with CONFIG_IP_VS_DEBUG enabled. Patch 2/5 is modified to correct the problem, and patch 3/5 is modifed to apply with the modified patch 2/5. Quentin Armitage (5): ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync

[PATCH v2 4/5] ipvs: Lock socket before setting SK_CAN_REUSE

2016-06-14 Thread Quentin Armitage
When other settings are changed in the socket it is locked, so lock the socket before setting SK_CAN_REUSE. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net

[PATCH v2 2/5] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-14 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 59

[PATCH v2 3/5] ipvs: Don't check result < 0 after setting result = 0

2016-06-14 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/netfi

[PATCH v2 3/5] ipvs: Don't check result < 0 after setting result = 0

2016-06-14 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/i

[PATCH 5/5] ipvs: log additional sync daemon parameters

2016-06-13 Thread Quentin Armitage
hen the sync daemons started. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c ind

[PATCH 5/5] ipvs: log additional sync daemon parameters

2016-06-13 Thread Quentin Armitage
hen the sync daemons started. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c index dfac9ef..e5f6739 100644 ---

[PATCH 0/5] ipvs: fix backup sync daemon with IPv6, and minor updates

2016-06-13 Thread Quentin Armitage
adds a lock which appears to have been omitted, and the final patch adds the recently added sync daemon multicast parameters to the log messages that are written when the sync daemons start. Quentin Armitage (5): ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup ipvs

[PATCH 0/5] ipvs: fix backup sync daemon with IPv6, and minor updates

2016-06-13 Thread Quentin Armitage
adds a lock which appears to have been omitted, and the final patch adds the recently added sync daemon multicast parameters to the log messages that are written when the sync daemons start. Quentin Armitage (5): ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup ipvs

[PATCH 3/5] ipvs: Don't check result < 0 after setting result = 0

2016-06-13 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs

[PATCH 3/5] ipvs: Don't check result < 0 after setting result = 0

2016-06-13 Thread Quentin Armitage
Move the block testing result < 0 to avoid the test immediately after setting result = 0 Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/i

[PATCH 1/5] ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup

2016-06-13 Thread Quentin Armitage
issue. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c index 803001a..85b48f1 100644 --- a/net/netfilter/ip

[PATCH 1/5] ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup

2016-06-13 Thread Quentin Armitage
issue. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c index 803001a..85b48f1 100644 --- a/net/netfilter/ipvs/ip_vs_sync.c +++ b

[PATCH 2/5] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-13 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_

[PATCH 4/5] ipvs: Lock socket before setting SK_CAN_REUSE

2016-06-13 Thread Quentin Armitage
When other settings are changed in the socket it is locked, so lock the socket before setting SK_CAN_REUSE. Signed-off-by: Quentin Armitage <quen...@armitage.org.uk> --- net/netfilter/ipvs/ip_vs_sync.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/netfilte

[PATCH 2/5] ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon

2016-06-13 Thread Quentin Armitage
Optimise starting sync daemons by using the result of the first call to __dev_get_by_name() and pass the result or ifindex to subsequent functions to avoid them having to call __dev_get_by_name() again. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c | 66

[PATCH 4/5] ipvs: Lock socket before setting SK_CAN_REUSE

2016-06-13 Thread Quentin Armitage
When other settings are changed in the socket it is locked, so lock the socket before setting SK_CAN_REUSE. Signed-off-by: Quentin Armitage --- net/netfilter/ipvs/ip_vs_sync.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net

[PATCH v3] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-23 Thread Quentin Armitage
the filter to be applied, although no filtering will currently be occurring. Signed-off-by: Quentin Armitage --- v2: * Fixed subject line v3: * Fix space/tab formatting. With apologies to all concerned. --- net/ipv4/raw.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[PATCH v3] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-23 Thread Quentin Armitage
to be applied, although no filtering will currently be occurring. Signed-off-by: Quentin Armitage quen...@armitage.org.uk --- v2: * Fixed subject line v3: * Fix space/tab formatting. With apologies to all concerned. --- net/ipv4/raw.c |5 - 1 files changed, 4 insertions(+), 1 deletions

[PATCH v2] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-22 Thread Quentin Armitage
the filter to be applied, although no filtering will currently be occurring. Signed-off-by: Quentin Armitage --- v2: * Fixed subject line --- net/ipv4/raw.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 2c65160..2e1628c 100644 ---

[PATCH v2] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-22 Thread Quentin Armitage
to be applied, although no filtering will currently be occurring. Signed-off-by: Quentin Armitage quen...@armitage.org.uk --- v2: * Fixed subject line --- net/ipv4/raw.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 2c65160..2e1628c

Re: [PATCH] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-21 Thread Quentin Armitage
On Sun, 2014-07-20 at 21:27 -0700, David Miller wrote: > From: Quentin Armitage > Date: Fri, 18 Jul 2014 17:38:23 +0100 > > Currently, although IP_MULTICAST_ALL and IP_MSFILTER ioctl calls succeed on > raw sockets, there is no code to implement the functionality on received > p

Re: [PATCH] ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-21 Thread Quentin Armitage
On Sun, 2014-07-20 at 21:27 -0700, David Miller wrote: From: Quentin Armitage quen...@armitage.org.uk Date: Fri, 18 Jul 2014 17:38:23 +0100 Currently, although IP_MULTICAST_ALL and IP_MSFILTER ioctl calls succeed on raw sockets, there is no code to implement the functionality on received

[PATCH] Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-18 Thread Quentin Armitage
the filter to be applied, although no filtering will currently be occurring. Signed-off-by: Quentin Armitage --- net/ipv4/raw.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 2c65160..2e1628c 100644 --- a/net/ipv4/raw.c +++ b/net/

[PATCH] Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets

2014-07-18 Thread Quentin Armitage
to be applied, although no filtering will currently be occurring. Signed-off-by: Quentin Armitage quen...@armitage.org.uk --- net/ipv4/raw.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 2c65160..2e1628c 100644 --- a/net/ipv4/raw.c

[PATCH] cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOOD

2014-07-10 Thread Quentin Armitage
hereas all the other changes were ARCH_KIRKWOOD || MACH_KIRKWOOD. As a consequence of this change, the cpufreq driver is no longer enabled for ARCH_KIRKWOOD. This patch reinstates ARM_KIRKWOOD_CPUFREQ for ARCH_KIRKWOOD. Signed-off-by: Quentin Armitage --- diff --git a/drivers/cpufreq/Kconfig.arm

[PATCH] cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOOD

2014-07-10 Thread Quentin Armitage
the other changes were ARCH_KIRKWOOD || MACH_KIRKWOOD. As a consequence of this change, the cpufreq driver is no longer enabled for ARCH_KIRKWOOD. This patch reinstates ARM_KIRKWOOD_CPUFREQ for ARCH_KIRKWOOD. Signed-off-by: Quentin Armitage quen...@armitage.org.uk --- diff --git a/drivers/cpufreq

[PATCH 1/1] Fix address of second XOR engine in Kirkwood SoC DT

2013-09-19 Thread Quentin Armitage
page 658. Also see definition of XOR1_HIGH_PHYS_BASE in arch/arm/mach-kirkwood/include/mach/kirkwood.h #define XOR1_HIGH_PHYS_BASE(KIRKWOOD_REGS_PHYS_BASE + 0x60B00) Signed-off-by: Quentin Armitage --- arch/arm/boot/dts/kirkwood.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/1] Fix address of second XOR engine in Kirkwood SoC DT

2013-09-19 Thread Quentin Armitage
page 658. Also see definition of XOR1_HIGH_PHYS_BASE in arch/arm/mach-kirkwood/include/mach/kirkwood.h #define XOR1_HIGH_PHYS_BASE(KIRKWOOD_REGS_PHYS_BASE + 0x60B00) Signed-off-by: Quentin Armitage quen...@armitage.org.uk --- arch/arm/boot/dts/kirkwood.dtsi | 2 +- 1 file changed, 1