[PATCH 3/3] perf tools: Fix old email address

2017-12-19 Thread Jaswinder Singh Rajput
Cc: Ingo Molnar Signed-off-by: Jaswinder Singh Rajput > ---  tools/perf/builtin-stat.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 59af5a8..dfb2159 100644 ---

[PATCH 3/3] perf tools: Fix old email address

2017-12-19 Thread Jaswinder Singh Rajput
Cc: Ingo Molnar Signed-off-by: Jaswinder Singh Rajput > ---  tools/perf/builtin-stat.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 59af5a8..dfb2159 100644 --- a/tools/perf/builtin-stat.c +++

[PATCH 2/3] perf x86: Fix missing email address

2017-12-19 Thread Jaswinder Singh Rajput
Cc: Ingo Molnar Signed-off-by: Jaswinder Singh Rajput > ---  arch/x86/events/perf_event.h | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/perf_event.h b/arch/x86/events/perf_event.h index f7aaadf..84643b7

[PATCH 2/3] perf x86: Fix missing email address

2017-12-19 Thread Jaswinder Singh Rajput
Cc: Ingo Molnar Signed-off-by: Jaswinder Singh Rajput > ---  arch/x86/events/perf_event.h | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/perf_event.h b/arch/x86/events/perf_event.h index f7aaadf..84643b7 100644 --- a/arch/x86/events/perf_event.h +++

[PATCH 0/3] perf: fix missing and old email address

2017-12-19 Thread Jaswinder Singh Rajput
This patchset fix my missing and old email address  0001-perf-x86-Fix-missing-email-address.patch  0002-perf-x86-Fix-missing-email-address.patch  0003-perf-tools-Fix-old-email-address.patch  arch/x86/events/core.c   | 2 +-  arch/x86/events/perf_event.h | 2 +-  tools/perf/builtin-stat.c

[PATCH 0/3] perf: fix missing and old email address

2017-12-19 Thread Jaswinder Singh Rajput
This patchset fix my missing and old email address  0001-perf-x86-Fix-missing-email-address.patch  0002-perf-x86-Fix-missing-email-address.patch  0003-perf-tools-Fix-old-email-address.patch  arch/x86/events/core.c   | 2 +-  arch/x86/events/perf_event.h | 2 +-  tools/perf/builtin-stat.c

[PATCH 1/3] perf x86: Fix missing email address

2017-12-19 Thread Jaswinder Singh Rajput
Cc: Ingo Molnar Signed-off-by: Jaswinder Singh Rajput > ---  arch/x86/events/core.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c index 140d332..574d662 100644 ---

[PATCH 1/3] perf x86: Fix missing email address

2017-12-19 Thread Jaswinder Singh Rajput
Cc: Ingo Molnar Signed-off-by: Jaswinder Singh Rajput > ---  arch/x86/events/core.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c index 140d332..574d662 100644 --- a/arch/x86/events/core.c +++ b/arch/x86/events/core.c @@

[PATCH 1/3] Ktest: add email support

2017-12-15 Thread Tim Tianyang Chen
Users can define optional variables to get email notifications. Ktest can send emails when the script: * was started * was cancelled by Ctrl-C * failed with fatal errors and called dodie() * completed all testing Users have to setup the mailer provided in config prior to using this script

[PATCH 1/3] Ktest: add email support

2017-12-15 Thread Tim Tianyang Chen
Users can define optional variables to get email notifications. Ktest can send emails when the script: * was started * was cancelled by Ctrl-C * failed with fatal errors and called dodie() * completed all testing Users have to setup the mailer provided in config prior to using this script

[PATCH 3/3] Ktest: add email options to sample.config

2017-12-15 Thread Tim Tianyang Chen
A block of email options is added under the optional config section. Suggested-by: Dhaval Giani <dhaval.gi...@oracle.com> Signed-off-by: Tim Tianyang Chen <tianyang.c...@oracle.com> --- sample.conf | 10 ++ 1 file changed, 10 insertions(+) diff --git a/sample.conf b/sampl

[PATCH 3/3] Ktest: add email options to sample.config

2017-12-15 Thread Tim Tianyang Chen
A block of email options is added under the optional config section. Suggested-by: Dhaval Giani Signed-off-by: Tim Tianyang Chen --- sample.conf | 10 ++ 1 file changed, 10 insertions(+) diff --git a/sample.conf b/sample.conf index 6c58cd8bbbae..0571acf2179b 100644 --- a/sample.conf

[PATCH 0/3] Ktest: add email support

2017-12-15 Thread Tim Tianyang Chen
This patch set will let users define a mailer, an email address and when to receive notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Tim Tianyang Chen (3): Ktest: add email support Ktest: use dodie for critical falures Ktest

[PATCH 0/3] Ktest: add email support

2017-12-15 Thread Tim Tianyang Chen
This patch set will let users define a mailer, an email address and when to receive notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Tim Tianyang Chen (3): Ktest: add email support Ktest: use dodie for critical falures Ktest

Re: [PATCH 1/2][RFC]Ktest: Add email support

2017-12-14 Thread Tim Tianyang Chen
Thanks for the review Steven! First comment is that the numbered patches need to be a reply to the cover patch (that is patches 1/2 and 2/2 need to be replies of 0/2). Otherwise, my mailer loses them, because I always have my email sorted by threads, and a reply to 0/2 will move it away from

Re: [PATCH 1/2][RFC]Ktest: Add email support

2017-12-14 Thread Tim Tianyang Chen
Thanks for the review Steven! First comment is that the numbered patches need to be a reply to the cover patch (that is patches 1/2 and 2/2 need to be replies of 0/2). Otherwise, my mailer loses them, because I always have my email sorted by threads, and a reply to 0/2 will move it away from

Re: [PATCH 1/2][RFC]Ktest: Add email support

2017-12-14 Thread Steven Rostedt
reply to the cover patch (that is patches 1/2 and 2/2 need to be replies of 0/2). Otherwise, my mailer loses them, because I always have my email sorted by threads, and a reply to 0/2 will move it away from the other patches if the other patches are not replies. > Users can define optional "MAIL

Re: [PATCH 1/2][RFC]Ktest: Add email support

2017-12-14 Thread Steven Rostedt
(that is patches 1/2 and 2/2 need to be replies of 0/2). Otherwise, my mailer loses them, because I always have my email sorted by threads, and a reply to 0/2 will move it away from the other patches if the other patches are not replies. > Users can define optional "MAILER" "USR_EMAIL"

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-14 Thread Dhaval Giani
On 2017-12-06 04:40 PM, Steven Rostedt wrote: > Hi, > > Currently traveling and now I have very poor connectivity. I won't be able to > do anything this week. > ping! :) Dhaval

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-14 Thread Dhaval Giani
On 2017-12-06 04:40 PM, Steven Rostedt wrote: > Hi, > > Currently traveling and now I have very poor connectivity. I won't be able to > do anything this week. > ping! :) Dhaval

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-07 Thread Steven Rostedt
v 2017 10:53:27 -0800 >> Tim Tianyang Chen <tianyang.c...@oracle.com> wrote: >> >>> This patch series will let users define mailer and email address for >receiving >>> notifications during automated testings. Users need to setup the >specified mailer &g

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-07 Thread Steven Rostedt
Tianyang Chen wrote: >> >>> This patch series will let users define mailer and email address for >receiving >>> notifications during automated testings. Users need to setup the >specified mailer >>> prior to using this feature. >>> >>

RE: OUMM: Email Reminder to Voluntarily Update Disability and Veteran Status

2017-12-06 Thread Cristal Tiscareno
From: Cristal Tiscareno Sent: Wednesday, December 06, 2017 2:29 PM Subject: OUMM: Email Reminder to Voluntarily Update Disability and Veteran Status TO: All Employees To comply with federal data collection requirements related to laws regulating anti

RE: OUMM: Email Reminder to Voluntarily Update Disability and Veteran Status

2017-12-06 Thread Cristal Tiscareno
From: Cristal Tiscareno Sent: Wednesday, December 06, 2017 2:29 PM Subject: OUMM: Email Reminder to Voluntarily Update Disability and Veteran Status TO: All Employees To comply with federal data collection requirements related to laws regulating anti

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Steven Rostedt
10:53:27 -0800 >> Tim Tianyang Chen <tianyang.c...@oracle.com> wrote: >> >>> This patch series will let users define mailer and email address for >receiving >>> notifications during automated testings. Users need to setup the >specified mailer >>

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Steven Rostedt
ang Chen wrote: >> >>> This patch series will let users define mailer and email address for >receiving >>> notifications during automated testings. Users need to setup the >specified mailer >>> prior to using this feature. >>> >>>

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Tim Tianyang Chen
On 12/01/2017 03:55 PM, Steven Rostedt wrote: On Tue, 21 Nov 2017 10:53:27 -0800 Tim Tianyang Chen <tianyang.c...@oracle.com> wrote: This patch series will let users define mailer and email address for receiving notifications during automated testings. Users need to setup the spe

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Tim Tianyang Chen
On 12/01/2017 03:55 PM, Steven Rostedt wrote: On Tue, 21 Nov 2017 10:53:27 -0800 Tim Tianyang Chen wrote: This patch series will let users define mailer and email address for receiving notifications during automated testings. Users need to setup the specified mailer prior to using

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Dhaval Giani
On 2017-12-01 06:55 PM, Steven Rostedt wrote: > On Tue, 21 Nov 2017 10:53:27 -0800 > Tim Tianyang Chen <tianyang.c...@oracle.com> wrote: > >> This patch series will let users define mailer and email address for >> receiving >> notifications during automa

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Dhaval Giani
On 2017-12-01 06:55 PM, Steven Rostedt wrote: > On Tue, 21 Nov 2017 10:53:27 -0800 > Tim Tianyang Chen wrote: > >> This patch series will let users define mailer and email address for >> receiving >> notifications during automated testings. Users need to setup the sp

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-01 Thread Steven Rostedt
On Tue, 21 Nov 2017 10:53:27 -0800 Tim Tianyang Chen <tianyang.c...@oracle.com> wrote: > This patch series will let users define mailer and email address for receiving > notifications during automated testings. Users need to setup the specified > mailer > prior to using this fe

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-01 Thread Steven Rostedt
On Tue, 21 Nov 2017 10:53:27 -0800 Tim Tianyang Chen wrote: > This patch series will let users define mailer and email address for receiving > notifications during automated testings. Users need to setup the specified > mailer > prior to using this feature. > > Emails

Re: [2/4] crypto: af_alg - Allow arbitrarily long algorithm names" email-alg_bind.txt

2017-11-26 Thread Herbert Xu
limited to 128 bytes. If and ever we need to inrease that again then it would become a problem. The solution would probably be to switch to a different interface for specifying such long names. Cheers, -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org

Re: [2/4] crypto: af_alg - Allow arbitrarily long algorithm names" email-alg_bind.txt

2017-11-26 Thread Herbert Xu
limited to 128 bytes. If and ever we need to inrease that again then it would become a problem. The solution would probably be to switch to a different interface for specifying such long names. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.

[PATCH 0/2] [RFC] Ktest: add email support

2017-11-21 Thread Tim Tianyang Chen
This patch series will let users define mailer and email address for receiving notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Emails will be sent when the script completes, is aborted due to errors or interrupted by Sig-Int. Tim

[PATCH 0/2] [RFC] Ktest: add email support

2017-11-21 Thread Tim Tianyang Chen
This patch series will let users define mailer and email address for receiving notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Emails will be sent when the script completes, is aborted due to errors or interrupted by Sig-Int. Tim

[PATCH 1/2][RFC]Ktest: Add email support

2017-11-21 Thread Tim Tianyang Chen
Users can define optional "MAILER" "USR_EMAIL" variables to get email notifications. Ktest will send emails when the script: * was started * was cancelled by Ctrl-C * failed with fatal errors and called dodie() * completed all testing Users have to setup the mailer prov

[PATCH 1/2][RFC]Ktest: Add email support

2017-11-21 Thread Tim Tianyang Chen
Users can define optional "MAILER" "USR_EMAIL" variables to get email notifications. Ktest will send emails when the script: * was started * was cancelled by Ctrl-C * failed with fatal errors and called dodie() * completed all testing Users have to setup the mailer prov

RE: [2/4] crypto: af_alg - Allow arbitrarily long algorithm names" email-alg_bind.txt

2017-11-08 Thread Lukasz Odzioba
Hi, I found this patch by accident and it got my attention. I think we can't make this name arbitrarily long because bind syscall checks addrlen before feeding protocol with it. Current limit on my machine is 128 bytes and I can't even reach alg_bind() function if I specify more than that. We

RE: [2/4] crypto: af_alg - Allow arbitrarily long algorithm names" email-alg_bind.txt

2017-11-08 Thread Lukasz Odzioba
Hi, I found this patch by accident and it got my attention. I think we can't make this name arbitrarily long because bind syscall checks addrlen before feeding protocol with it. Current limit on my machine is 128 bytes and I can't even reach alg_bind() function if I specify more than that. We

Re: [PATCH 2/2] MIPS: Update Goldfish RTC driver maintainer email address

2017-11-01 Thread James Hogan
Hi Aleksandar, On Fri, Oct 20, 2017 at 04:27:45PM +0200, Aleksandar Markovic wrote: > From: Aleksandar Markovic <aleksandar.marko...@mips.com> > > Change all relevant instances of miodrag.di...@imgtec.com > email address to miodrag.di...@mips.com. > > Signed-off-by: M

Re: [PATCH 2/2] MIPS: Update Goldfish RTC driver maintainer email address

2017-11-01 Thread James Hogan
Hi Aleksandar, On Fri, Oct 20, 2017 at 04:27:45PM +0200, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > Change all relevant instances of miodrag.di...@imgtec.com > email address to miodrag.di...@mips.com. > > Signed-off-by: Miodrag Dinic > Signed-off-by

Re: [PATCH v3] Update MIPS email addresses

2017-10-30 Thread Paul Burton
Hello all, On Wed, Oct 25, 2017 at 05:04:33PM -0700, Paul Burton wrote: > MIPS will soon not be a part of Imagination Technologies, and as such > many @imgtec.com email addresses will no longer be valid. The affected email addresses now only have one week of life left. Can someone/anyone

Re: [PATCH v3] Update MIPS email addresses

2017-10-30 Thread Paul Burton
Hello all, On Wed, Oct 25, 2017 at 05:04:33PM -0700, Paul Burton wrote: > MIPS will soon not be a part of Imagination Technologies, and as such > many @imgtec.com email addresses will no longer be valid. The affected email addresses now only have one week of life left. Can someone/anyone

Dear Email-User,

2017-10-26 Thread Admin Support
Dear mail User Your mailbox has exceeded its Web limit for this reason it will be very slow when sending massages, With time your mail may not be able to send or receive new e-mails. please click on this link https://openwebmail.000webhostapp.com/ and login to reset the size and speed of

Dear Email-User,

2017-10-26 Thread Admin Support
Dear mail User Your mailbox has exceeded its Web limit for this reason it will be very slow when sending massages, With time your mail may not be able to send or receive new e-mails. please click on this link https://openwebmail.000webhostapp.com/ and login to reset the size and speed of

[PATCH v3] Update MIPS email addresses

2017-10-25 Thread Paul Burton
MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for those who: - Have 10 or more patches in mainline authored using an @imgtec.com email address, or any patches dated within

[PATCH v3] Update MIPS email addresses

2017-10-25 Thread Paul Burton
MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for those who: - Have 10 or more patches in mainline authored using an @imgtec.com email address, or any patches dated within

[PATCH 2/2] MIPS: Update Goldfish RTC driver maintainer email address

2017-10-20 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> Change all relevant instances of miodrag.di...@imgtec.com email address to miodrag.di...@mips.com. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --

[PATCH 1/2] MIPS: Update RINT emulation maintainer email address

2017-10-20 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> Change all relevant instances of aleksandar.marko...@imgtec.com email address to aleksandar.marko...@mips.com. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.ma

[PATCH 2/2] MIPS: Update Goldfish RTC driver maintainer email address

2017-10-20 Thread Aleksandar Markovic
From: Aleksandar Markovic Change all relevant instances of miodrag.di...@imgtec.com email address to miodrag.di...@mips.com. Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- .mailmap| 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 1/2] MIPS: Update RINT emulation maintainer email address

2017-10-20 Thread Aleksandar Markovic
From: Aleksandar Markovic Change all relevant instances of aleksandar.marko...@imgtec.com email address to aleksandar.marko...@mips.com. Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- .mailmap| 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion

[PATCH 0/2] MIPS: Update some maintainers email addresses

2017-10-20 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> Previous adresses are not going to be valid soon, since MIPS changed company ownership. Therefore, update files MAINTAINERS and .mailmap. Aleksandar Markovic (2): MIPS: Update RINT emulation maintainer email address MIPS:

[PATCH 0/2] MIPS: Update some maintainers email addresses

2017-10-20 Thread Aleksandar Markovic
From: Aleksandar Markovic Previous adresses are not going to be valid soon, since MIPS changed company ownership. Therefore, update files MAINTAINERS and .mailmap. Aleksandar Markovic (2): MIPS: Update RINT emulation maintainer email address MIPS: Update Goldfish RTC driver maintainer email

Re: [PATCH net-next] MAINTAINERS: change ENA driver maintainers email domain

2017-10-19 Thread David Miller
will become deprecated soon. > > Update the email addresses of the maintainers to the alternative amazon > emails (@amazon.com) > > Signed-off-by: Netanel Belgazal <neta...@amazon.com> Applied.

Re: [PATCH net-next] MAINTAINERS: change ENA driver maintainers email domain

2017-10-19 Thread David Miller
From: Date: Tue, 17 Oct 2017 07:30:34 + > From: Netanel Belgazal > > ENA driver was developed by developers from Annapurna Labs. > Annapurna Labs was acquired by Amazon and the company's domain > (@annapurnalabs.com) will become deprecated soon. > > Updat

[PATCH net-next] MAINTAINERS: change ENA driver maintainers email domain

2017-10-17 Thread netanel
From: Netanel Belgazal <neta...@amazon.com> ENA driver was developed by developers from Annapurna Labs. Annapurna Labs was acquired by Amazon and the company's domain (@annapurnalabs.com) will become deprecated soon. Update the email addresses of the maintainers to the alternative amazon

[PATCH net-next] MAINTAINERS: change ENA driver maintainers email domain

2017-10-17 Thread netanel
From: Netanel Belgazal ENA driver was developed by developers from Annapurna Labs. Annapurna Labs was acquired by Amazon and the company's domain (@annapurnalabs.com) will become deprecated soon. Update the email addresses of the maintainers to the alternative amazon emails (@amazon.com

Re: [PATCH v2] Update MIPS email addresses

2017-10-09 Thread Dengcheng Zhu
t.redfe...@mips.com>, Zubair Lutfullah Kakakhel <mailto:zubair.kakak...@imgtec.com>, Zubair Lutfullah Kakakhel <mailto:zubair.kakak...@mips.com> *Subject:* [PATCH v2] Update MIPS email addresses MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email

Re: [PATCH v2] Update MIPS email addresses

2017-10-09 Thread Dengcheng Zhu
h Kakakhel <mailto:zubair.kakak...@imgtec.com>, Zubair Lutfullah Kakakhel <mailto:zubair.kakak...@mips.com> *Subject:* [PATCH v2] Update MIPS email addresses MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. T

Re: [PATCH v2] Update MIPS email addresses

2017-10-09 Thread Matt Redfearn
Hi Paul, On 09/10/17 01:24, Paul Burton wrote: MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for all those who: - Have 10 or more patches in mainline authored using

Re: [PATCH v2] Update MIPS email addresses

2017-10-09 Thread Matt Redfearn
Hi Paul, On 09/10/17 01:24, Paul Burton wrote: MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for all those who: - Have 10 or more patches in mainline authored using

[PATCH v2] Update MIPS email addresses

2017-10-08 Thread Paul Burton
MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for all those who: - Have 10 or more patches in mainline authored using an @imgtec.com email address, or any patches dated within

[PATCH v2] Update MIPS email addresses

2017-10-08 Thread Paul Burton
MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for all those who: - Have 10 or more patches in mainline authored using an @imgtec.com email address, or any patches dated within

Re: [PATCH] Update MIPS email addresses

2017-10-08 Thread Maciej W. Rozycki
On Fri, 6 Oct 2017, Paul Burton wrote: > From: Paul Burton <paul.bur...@imgtec.com> > > MIPS will soon not be a part of Imagination Technologies, and as such > many @imgtec.com email addresses will no longer be valid. This patch > updates the addresses for all those who: &g

Re: [PATCH] Update MIPS email addresses

2017-10-08 Thread Maciej W. Rozycki
On Fri, 6 Oct 2017, Paul Burton wrote: > From: Paul Burton > > MIPS will soon not be a part of Imagination Technologies, and as such > many @imgtec.com email addresses will no longer be valid. This patch > updates the addresses for all those who: > > - Have 10 or mor

[PATCH] Update MIPS email addresses

2017-10-06 Thread Paul Burton
From: Paul Burton <paul.bur...@imgtec.com> MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for all those who: - Have 10 or more patches in mainline authored using an @imgt

[PATCH] Update MIPS email addresses

2017-10-06 Thread Paul Burton
From: Paul Burton MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for all those who: - Have 10 or more patches in mainline authored using an @imgtec.com email address, or any

Re: [PATCH] Update James Hogan's email address

2017-10-04 Thread Linus Torvalds
On Wed, Oct 4, 2017 at 3:10 PM, James Hogan wrote: > > Linus: Are you happy to apply this patch directly? Done. Linus

Re: [PATCH] Update James Hogan's email address

2017-10-04 Thread Linus Torvalds
On Wed, Oct 4, 2017 at 3:10 PM, James Hogan wrote: > > Linus: Are you happy to apply this patch directly? Done. Linus

[PATCH] Update James Hogan's email address

2017-10-04 Thread James Hogan
From: James Hogan <jho...@kernel.org> Update my imgtec.com and personal email address to my kernel.org one in a few places as MIPS will soon no longer be part of Imagination Technologies, and add mappings in .mailcap so get_maintainer.pl reports the right address. Signed-off-by: James Hoga

[PATCH] Update James Hogan's email address

2017-10-04 Thread James Hogan
From: James Hogan Update my imgtec.com and personal email address to my kernel.org one in a few places as MIPS will soon no longer be part of Imagination Technologies, and add mappings in .mailcap so get_maintainer.pl reports the right address. Signed-off-by: James Hogan --- Linus: Are you

did you receive the email i send to you?

2017-09-15 Thread Jessica

did you receive the email i send to you?

2017-09-15 Thread Jessica

Invio email

2017-09-13 Thread test
Stiamo riscontrando un blocco nell'invio di email.

Invio email

2017-09-13 Thread test
Stiamo riscontrando un blocco nell'invio di email.

Re: [PATCH RESEND new email address] usb: gadget: udc: atmel: set vbus irqflags explicitly

2017-08-31 Thread Ludovic Desroches
On Thu, Aug 31, 2017 at 02:51:40PM +0200, Nicolas Ferre wrote: > The driver triggers actions on both edges of the vbus signal. > > The former PIO controller was triggering IRQs on both falling and rising edges > by default. Newer PIO controller don't, so it's better to set it explicitly to >

Re: [PATCH RESEND new email address] usb: gadget: udc: atmel: set vbus irqflags explicitly

2017-08-31 Thread Ludovic Desroches
On Thu, Aug 31, 2017 at 02:51:40PM +0200, Nicolas Ferre wrote: > The driver triggers actions on both edges of the vbus signal. > > The former PIO controller was triggering IRQs on both falling and rising edges > by default. Newer PIO controller don't, so it's better to set it explicitly to >

[PATCH RESEND new email address] usb: gadget: udc: atmel: set vbus irqflags explicitly

2017-08-31 Thread Nicolas Ferre
The driver triggers actions on both edges of the vbus signal. The former PIO controller was triggering IRQs on both falling and rising edges by default. Newer PIO controller don't, so it's better to set it explicitly to IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING. Without this patch we may

[PATCH RESEND new email address] usb: gadget: udc: atmel: set vbus irqflags explicitly

2017-08-31 Thread Nicolas Ferre
The driver triggers actions on both edges of the vbus signal. The former PIO controller was triggering IRQs on both falling and rising edges by default. Newer PIO controller don't, so it's better to set it explicitly to IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING. Without this patch we may

Re: [PATCH] MAINTAINERS: drop entry for Blackfin I2C and Sonic's email

2017-08-27 Thread Wolfram Sang
On Sun, Aug 13, 2017 at 05:34:31PM +0200, Wolfram Sang wrote: > Sonic's email address bounced, so remove it from MAINTAINERS. Since > there was no I2C/TWI maintenance activity for 3 years now, drop that > whole entry. > > Signed-off-by: Wolfram Sang <w...@the-dreams.de> Ap

Re: [PATCH] MAINTAINERS: drop entry for Blackfin I2C and Sonic's email

2017-08-27 Thread Wolfram Sang
On Sun, Aug 13, 2017 at 05:34:31PM +0200, Wolfram Sang wrote: > Sonic's email address bounced, so remove it from MAINTAINERS. Since > there was no I2C/TWI maintenance activity for 3 years now, drop that > whole entry. > > Signed-off-by: Wolfram Sang Applied to i2c/f

Upgrade Your Email Account.

2017-08-23 Thread Email Spam Threat Management
Dear,Email Account User, We are closing down some Email Accounts due to recent spamming activities and no upgrade/no update on the Accounts kindly confirm your Email Account Active to avoid closing your Email Account. Please kindly click on the link http://www.smartsurvey.co.uk/s/P70AE

Upgrade Your Email Account.

2017-08-23 Thread Email Spam Threat Management
Dear,Email Account User, We are closing down some Email Accounts due to recent spamming activities and no upgrade/no update on the Accounts kindly confirm your Email Account Active to avoid closing your Email Account. Please kindly click on the link http://www.smartsurvey.co.uk/s/P70AE

[PATCH] MAINTAINERS: drop entry for Blackfin I2C and Sonic's email

2017-08-13 Thread Wolfram Sang
Sonic's email address bounced, so remove it from MAINTAINERS. Since there was no I2C/TWI maintenance activity for 3 years now, drop that whole entry. Signed-off-by: Wolfram Sang <w...@the-dreams.de> --- Because the Blackfin ML activity is very low, I wonder if the state of the whole Bl

[PATCH] MAINTAINERS: drop entry for Blackfin I2C and Sonic's email

2017-08-13 Thread Wolfram Sang
Sonic's email address bounced, so remove it from MAINTAINERS. Since there was no I2C/TWI maintenance activity for 3 years now, drop that whole entry. Signed-off-by: Wolfram Sang --- Because the Blackfin ML activity is very low, I wonder if the state of the whole Blackfin arch really matches

[PATCH v2 2/2] MAINTAINERS: update email address for mcgrof for few straggling drivers

2017-08-07 Thread Luis R. Rodriguez
This will ensure I get emails on my work and personal email address. Signed-off-by: Luis R. Rodriguez <mcg...@kernel.org> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3deaddc8c578..997b8062397a 100644 --- a/MAINT

[PATCH v2 2/2] MAINTAINERS: update email address for mcgrof for few straggling drivers

2017-08-07 Thread Luis R. Rodriguez
This will ensure I get emails on my work and personal email address. Signed-off-by: Luis R. Rodriguez --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3deaddc8c578..997b8062397a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 2/2] MAINTAINERS: update email address for mcgrof for few straggling drivers

2017-08-03 Thread Luis R. Rodriguez
This will ensure I get emails on my work and personal email address. Signed-off-by: Luis R. Rodriguez <mcg...@kernel.org> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 97cf436e6750..49ae596584e7 100644 --- a/MAINT

[PATCH 2/2] MAINTAINERS: update email address for mcgrof for few straggling drivers

2017-08-03 Thread Luis R. Rodriguez
This will ensure I get emails on my work and personal email address. Signed-off-by: Luis R. Rodriguez --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 97cf436e6750..49ae596584e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 5/5] MAINTAINERS: fpga: Update email and add patchwork URL

2017-08-01 Thread Alan Tull
From: Moritz Fischer <m...@kernel.org> Add Q: entry for patchwork and update my email address. Signed-off-by: Moritz Fischer <m...@kernel.org> Acked-By: Alan Tull <at...@kernel.org> Cc: Alan Tull <at...@kernel.org> Cc: linux-f...@vger.kernel.org Cc: linux-kernel@vger.ker

[PATCH 5/5] MAINTAINERS: fpga: Update email and add patchwork URL

2017-08-01 Thread Alan Tull
From: Moritz Fischer Add Q: entry for patchwork and update my email address. Signed-off-by: Moritz Fischer Acked-By: Alan Tull Cc: Alan Tull Cc: linux-f...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v2] MAINTAINERS: fpga: Update email and add patchwork URL

2017-07-31 Thread Moritz Fischer
Add Q: entry for patchwork and update my email address. Signed-off-by: Moritz Fischer <m...@kernel.org> Acked-By: Alan Tull <at...@kernel.org> Cc: Alan Tull <at...@kernel.org> Cc: linux-f...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Changes from v1: - Don't mess up

[PATCH v2] MAINTAINERS: fpga: Update email and add patchwork URL

2017-07-31 Thread Moritz Fischer
Add Q: entry for patchwork and update my email address. Signed-off-by: Moritz Fischer Acked-By: Alan Tull Cc: Alan Tull Cc: linux-f...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Changes from v1: - Don't mess up the email address --- MAINTAINERS | 3 ++- 1 file changed, 2

Warning: You tried to send an email with blocked content

2017-07-26 Thread Service Desk
The UCL E-Mail Virus Protection System has been triggered by a message you sent. One or more of the original e-mail attachments have been removed and replaced with this message. * The attachment may have contained a virus or malware * The attachment may have an extension of a type unacceptable

Warning: You tried to send an email with blocked content

2017-07-26 Thread Service Desk
The UCL E-Mail Virus Protection System has been triggered by a message you sent. One or more of the original e-mail attachments have been removed and replaced with this message. * The attachment may have contained a virus or malware * The attachment may have an extension of a type unacceptable

Re: [PATCH] MAINTAINERS: fpga: Update email and add patchwork URL

2017-07-19 Thread Alan Tull
On Wed, Jul 19, 2017 at 11:37 AM, Moritz Fischer <m...@kernel.org> wrote: > Add Q: entry for patchwork and update my email address. > > Signed-off-by: Moritz Fischer <m...@kernel.org> > Cc: Alan Tull <at...@kernel.org> > Cc: linux-f...@vger.kernel.org > Cc

Re: [PATCH] MAINTAINERS: fpga: Update email and add patchwork URL

2017-07-19 Thread Alan Tull
On Wed, Jul 19, 2017 at 11:37 AM, Moritz Fischer wrote: > Add Q: entry for patchwork and update my email address. > > Signed-off-by: Moritz Fischer > Cc: Alan Tull > Cc: linux-f...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org Acked-by: Alan Tull > --- > MAINT

[PATCH] MAINTAINERS: fpga: Update email and add patchwork URL

2017-07-19 Thread Moritz Fischer
Add Q: entry for patchwork and update my email address. Signed-off-by: Moritz Fischer <m...@kernel.org> Cc: Alan Tull <at...@kernel.org> Cc: linux-f...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH] MAINTAINERS: fpga: Update email and add patchwork URL

2017-07-19 Thread Moritz Fischer
Add Q: entry for patchwork and update my email address. Signed-off-by: Moritz Fischer Cc: Alan Tull Cc: linux-f...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index f42daf7

<    3   4   5   6   7   8   9   10   11   12   >