ATTN / DEAREST ONE
MY NAME IS BARRISTER MARK WILLIAMS FROM BENIN REPUBLIC, A LEGAL
ADVISER TO LATE KING, MAXWELL OONIIFE A TRADITIONAL RULER AND ROAD
CONTRACTOR WHO DIED EARLIER THIS YEAR AFTER A BRIEF ILLNESS. HE LOST
HIS WIFE TO A PLANE CRASH FEW YEARS A GO, SO HE WAS SURVIVED BY HIS
ONLY
hei kjære, fikk du e-posten jeg sendte deg forrige gang.
hello dear, did you get the mail i sent you the previous time.
On Wed, Mar 31, 2021 at 8:29 AM wangfangpeng wrote:
> do_readpage() may return err, but ubifs_readpage() always return ok.
> The vfs will ignore the err happen in ubifs.
Are you sure about that?
In case of an error UBIFS sets the error flag of the page and does not
mark it as uptodate,
do_readpage() may return err, but ubifs_readpage() always return ok.
The vfs will ignore the err happen in ubifs.
Fixes: 1e51764a3c2ac05a2 ("UBIFS: add new flash file system")
Cc: #v2.6.27
Signed-off-by: wangfangpeng
---
fs/ubifs/file.c | 6 --
1 file changed, 4 insertions(+), 2
Greetings,
This is a personal email directed to you for your consideration alone.
I request that it remain and be treated as such only. My name is Mr.
Mohammed Saad . I have an interesting business proposal for you that
will be of immense benefit to both of us, although this may be hard
for you to
안녕하세요, 제가 이전에 보낸 메일을 받았나요?
hello dear, did you get the mail i sent you the previous time.
Dear Friend,
An oil business man made a fixed deposit of €15 MILLION Euros in my
bank branch where I am a director and he died with his entire family
in a plane crash leaving behind no next of kin. I Propose to present
you as next of kin to claim the funds,if interested contact me with
your full
On Sun, Dec 27, 2020 at 1:25 PM Al Viro wrote:
>
>
> Is there any point in not doing the same (scripted, obviously) for
> all instances with .read == seq_read? IIRC, Christoph even posted
> something along those lines, but it went nowhere for some reason...
I'd rather limit splice (and kernel_re
t solve the issue.
> >
> > Duh. adding the read_iter only fixes kernel_read(). For splice, it also
> > needs a
> >
> > .splice_read = generic_file_splice_read,
> >
> > in the file operations, something like this...
>
> Ok, I verified that patch wi
On 27.12.2020 21.05, Linus Torvalds wrote:
On Sun, Dec 27, 2020 at 10:39 AM Jussi Kivilinna wrote:
5.10.3 with patch compiles fine, but does not solve the issue.
Duh. adding the read_iter only fixes kernel_read(). For splice, it also needs a
.splice_read = generic_file_splice_read,
splice, it also needs
> a
>
> .splice_read = generic_file_splice_read,
>
> in the file operations, something like this...
Ok, I verified that patch with the test-case in the bugzilla, and it
seems trivially fine.
So it's committed as 14e3e989f6a5 ("proc mountinfo: make splice
available again") now.
Linus
On Sun, Dec 27, 2020 at 10:39 AM Jussi Kivilinna wrote:
>
> 5.10.3 with patch compiles fine, but does not solve the issue.
Duh. adding the read_iter only fixes kernel_read(). For splice, it also needs a
.splice_read = generic_file_splice_read,
in the file operations, something like this
On 27.12.2020 19.20, Linus Torvalds wrote:
On Sun, Dec 27, 2020 at 8:32 AM Jussi Kivilinna wrote:
Has this been fixed in 5.11-rc? Is there any patch that I could backport and
test with 5.10?
Here's a patch to test. Entirely untested by me. I'm surprised at how
people use sendfile() on rando
On Sun, Dec 27, 2020 at 8:32 AM Jussi Kivilinna wrote:
>
> Has this been fixed in 5.11-rc? Is there any patch that I could backport and
> test with 5.10?
Here's a patch to test. Entirely untested by me. I'm surprised at how
people use sendfile() on random files. Oh well..
Linus
patc
On Sun, Dec 27, 2020 at 06:32:41PM +0200, Jussi Kivilinna wrote:
> Hello,
>
> Now that 5.9 series is EOL, I tried to move to 5.10.3. I ran in to regression
> where LXC containers do not start with newer kernel. I found that issue had
> been reported (bisected + with reduced test case) in bugzill
Hello,
Now that 5.9 series is EOL, I tried to move to 5.10.3. I ran in to regression
where LXC containers do not start with newer kernel. I found that issue had
been reported (bisected + with reduced test case) in bugzilla at:
https://bugzilla.kernel.org/show_bug.cgi?id=209971
Has this been f
From: "Vincent Stehl�"
[ Upstream commit e8aa6d520b448efc88670a98eccd196713639f2f ]
The ndo_start_xmit() method must return NETDEV_TX_OK if the DMA mapping
fails, after freeing the socket buffer.
Fix the mtk_star_netdev_start_xmit() function accordingly.
Fixes: 8c7bd5a454ff ("net: ethernet: mtk
On Thu, Nov 12, 2020 at 12:35 PM Vincent Stehlé
wrote:
>
> The ndo_start_xmit() method must return NETDEV_TX_OK if the DMA mapping
> fails, after freeing the socket buffer.
> Fix the mtk_star_netdev_start_xmit() function accordingly.
>
> Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driv
The ndo_start_xmit() method must return NETDEV_TX_OK if the DMA mapping
fails, after freeing the socket buffer.
Fix the mtk_star_netdev_start_xmit() function accordingly.
Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driver")
Signed-off-by: Vincent Stehlé
Cc: David S. Miller
Cc: Bartos
Hello,
I came across your email address through the google sites and I have
much feelings over it. Apologies for my surprising email to you.
Penpal friendship doesn't think distance,age or color. Friendship is
hearing each other voice from the heart. A friend is a gift from God
and someone who car
On Fri, Oct 02, 2020 at 09:01:14AM +0200, Bastian Bittorf wrote:
> On Thu, Oct 01, 2020 at 01:39:31PM -0700, Roman Gushchin wrote:
> > > # Processor type and features
> > > #
> > > # CONFIG_ZONE_DMA is not set
> > > # CONFIG_SMP is not set
> >
> > Yes, here is the deal.
> >
> > The SMP-version of
On Thu, Oct 01, 2020 at 01:39:31PM -0700, Roman Gushchin wrote:
> > # Processor type and features
> > #
> > # CONFIG_ZONE_DMA is not set
> > # CONFIG_SMP is not set
>
> Yes, here is the deal.
>
> The SMP-version of __mod_node_page_state() converts a passed value from bytes
> to pages, but the non
On 8/27/20 1:30 AM, Catalin Marinas wrote:
On Tue, Aug 25, 2020 at 11:02:40PM -0400, Qian Cai wrote:
On Aug 25, 2020, at 8:44 PM, Rong Chen wrote:
I rebuilt the kernel on commit c566586818 but the error changed to
"RIP: 0010:clear_page_orig+0x12/0x40", and the error can be
reproduced on par
On Tue, Aug 25, 2020 at 11:02:40PM -0400, Qian Cai wrote:
> On Aug 25, 2020, at 8:44 PM, Rong Chen wrote:
> > I rebuilt the kernel on commit c566586818 but the error changed to
> > "RIP: 0010:clear_page_orig+0x12/0x40", and the error can be
> > reproduced on parent commit:
>
> Catalin, any though
> On Aug 25, 2020, at 8:44 PM, Rong Chen wrote:
>
> I rebuilt the kernel on commit c566586818 but the error changed to "RIP:
> 0010:clear_page_orig+0x12/0x40",
> and the error can be reproduced on parent commit:
Catalin, any thought? Sounds like those early kmemleak allocations cause some
s
On Mon, Aug 24, 2020 at 10:47:20AM +0800, Rong Chen wrote:
>
>
> On 8/21/20 9:01 AM, Qian Cai wrote:
> > On Tue, Aug 18, 2020 at 08:23:51AM +0800, kernel test robot wrote:
> > > Greeting,
> > >
> > > FYI, we noticed the following commit (built with gcc-9):
> > >
> > > commit: c5665868183fec689d
On 8/21/20 9:01 AM, Qian Cai wrote:
On Tue, Aug 18, 2020 at 08:23:51AM +0800, kernel test robot wrote:
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: c5665868183fec689dbab9fb8505188b2c4f0757 ("mm: kmemleak: use the memory pool
for early allocations")
I might se
On Tue, Aug 18, 2020 at 08:23:51AM +0800, kernel test robot wrote:
> Greeting,
>
> FYI, we noticed the following commit (built with gcc-9):
>
> commit: c5665868183fec689dbab9fb8505188b2c4f0757 ("mm: kmemleak: use the
> memory pool for early allocations")
I might see one of those early boot fail
| 18 ||
|
BUG:kernel_hang_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
| 0 | 18 |
+--+++
If you fix the issue, kindly add fol
Dear Sir/Madam,
I want to know if you authorized Ms Diane Webb to put claims for your
funds valued at $10.6M
Regards,
Alex Anadi.
Das ist deine Chance - https://frigraddschedbe1884.blogspot.co.il/
Alles Gute und bis bald
Bernd Weber
=NEWS=
Pulisic will be big for Chelsea - boss Lampard after 2-1 win at Villa
Chelsea boss Frank Lampard backs Christian Pulisic to play a
On Thu, May 14, 2020 at 12:40:40PM +0200, Christoph Hellwig wrote:
> On Wed, May 13, 2020 at 03:00:58PM -0300, Marcelo Ricardo Leitner wrote:
> > On Wed, May 13, 2020 at 08:26:42AM +0200, Christoph Hellwig wrote:
> > > And call it directly from dlm instead of going through kernel_setsockopt.
> >
>
On Wed, May 13, 2020 at 03:00:58PM -0300, Marcelo Ricardo Leitner wrote:
> On Wed, May 13, 2020 at 08:26:42AM +0200, Christoph Hellwig wrote:
> > And call it directly from dlm instead of going through kernel_setsockopt.
>
> The advantage on using kernel_setsockopt here is that sctp module will
> o
Greetings
An oil business man made a fixed deposit of €15 million Euros in my
bank branch where I am a director and he died with his entire family
in a plane crash leaving behind no next of kin. I propose to present
you as next of kin to claim the funds, if interested contact me with
your full nam
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .Contact me for more detailed
explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationality
Ahmed Zama
Dear Friend.
I am Mr. .Ahmed Zama .I am sending this brief letter to solicit your
partnership to € 15 MILLION Euros into your account. I shall send you
more information and procedures when I receive positive response from
you. If you are interested, send to me the followings immediately
Full Nam
Greetings My Dearest One.
My name is Mrs.Samira Hassim, i saw your profile and became interested
in you, please contact me through my email address
(sharmamrssandhya...@gmail.com) to know each other and i have
something very important to tell you, i wait for your response to my
email ID. (sharmamr
--
Hello dear Friend i am Major. John Wayne Troxell, Write to me back on
the below email ( troxellj...@gmail.com )
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .Contact me for more detailed
explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationality
Ahmed Zama
Dear Friend,
An oil business man made a fixed deposit of €15 Million Euros in my
bank branch where I am a director and he died with his entire family
in plane crash leaving behind no next of kin. I Propose to present
you as next of kin to claim the fund,if interested contact me with
your full na
Dear Friend,
An oil business man made a fixed deposit of €15 million Euros in my
bank branch where I am a director and he died with his entire family
in a plane crash leaving behind no next of kin. I Propose to present
you as next of kin /Business associate to claim the funds, if
interested contac
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .Contact me for more detailed
explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationality
Ahmed Zama
+22675844869
--
Greetings My Dearest One.
My name is Mrs. Aalia Ahmmed, i saw your profile and became interested
in you, please contact me through my email address (mrs.aalia.
ah...@gmail.com) to know each other and i have something very important
to tell you, i wait for your response to my email ID. (mrs
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .Contact me for more detailed
explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationality
Ahmed Zama
-+----++
>>>>>>>
>>>>>>>
>>>>>>> |
>>>>>>> | 36b9d2bc69 | 70d28b0e4f |
>>>>>>> +-
-+----++
>>>>>>>
>>>>>>>
>>>>>>> |
>>>>>>> | 36b9d2bc69 | 70d28b0e4f |
>>>>>>> +-
| 0 |
|
boot_failures
| 2 | 14 |
|
IP-Config:Auto-configuration_of_network_failed
| 2 | |
|
BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
| 0
---+++
> >>>>
> >>>> |
> >>>> | 36b9d2bc69 | 70d28b0e4f |
> >>>> +-----
failed
| 2 | |
|
BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
| 0 | 14 |
++++
---+++
>>>
>>> |
>>> boot_successes
>>>
>>> | 14 | 0 |
>>> |
>>> boot_failures
| 2 ||
|
BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
| 0 | 14 |
++++
early console in setup code
Probing ED
:Auto-configuration_of_network_failed
>| 2 ||
> |
> BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
> | 0 | 14 |
> +
t_failures
| 2 | 14 |
| IP-Config:Auto-configuration_of_network_failed
| 2 ||
|
BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)
, watchdog considers
this as an erroneous state and triggers a reset.
Don't do any work if netif carrier is not OK.
Fixes: 8221c5eba8c13 (ixgbe: add AF_XDP zero-copy Tx support)
Signed-off-by: Jan Sokolowski
Signed-off-by: Jeff Kirsher
Signed-off-by: Sasha Levin
---
drivers/net/ethernet/intel/
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .I will offer you 30% of the
total sum,60% will be for me while 10% will set aside for expenses
that may be incurred on the process of transferring the fund. Contact
me for more d
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .As soon as the fund is
successfully transferred, You shall be entitled to 30% of the total
sum.60% will be for me while 10% will be set aside for expenses that
may be incurred o
On Wed, Feb 13, 2019 at 12:08:03PM +0100, Sami Farin wrote:
> The same .config, BIOS, and kernel boot parameters in both kernels.
>
> # perf top -v
>┌─Error:┐
>│Failed to mmap with 12 (Cannot allocate memory)│
I think you got bit by
The same .config, BIOS, and kernel boot parameters in both kernels.
# perf top -v
┌─Error:┐
│Failed to mmap with 12 (Cannot allocate memory)│
mmap size 528384B
[0.015080] smpboot: CPU0: AMD Ryzen 5 1600X Six-Core Processor (family
Hello, Tetsuo.
On Fri, Jan 18, 2019 at 08:58:49PM +0900, Tetsuo Handa wrote:
> struct work_struct work;
> memset(&work, 0, sizeof(work));
> flush_work(&work);
>
> . Is this behavior defined as "safe and no-op"? If this should be "safe and
> no-op",
Nope, that's a bug.
> we ne
Hello, Tejun.
syzbot is reporting "INFO: trying to register non-static key in __flush_work"
at
https://syzkaller.appspot.com/bug?id=a5954455fcfa51c29ca2ab55b203076337e1c770 ,
and I think that the caller is passing a work_struct allocated by kzalloc() to
flush_work().
But I can't judge which prob
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .I have agreed to offer you
30% as soon as the fund is successfully transferred .Contact me for
more detailed explanation.
Kindly send me the followings
Full Names
Address
Occup
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .I have agreed to offer you
30% as soon as the fund is successfully transferred .Contact me for
more detailed explanation.
Kindly send me the followings
Full Names
Address
Occup
--
I'm soliciting your cooperation in a $7 Million transaction business
that will benefit both of us and i need your trust reply for more
details.
check if there were errors other than OK or NACK,
those are just treated as if the poll was NACKed.
Instead check for such errors and retry the poll. And if the problem persists
then don't claim this LA since there is something weird going on.
Signed-off-by: Hans Verkuil
Signed-off-by: Ha
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .Contact me for more detailed
explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationality
Ahmed Zama
+22675844869
From: Hans Verkuil
[ Upstream commit 55623b4169056d7bb493d1c6f715991f8db67302 ]
During the configuration phase of a CEC adapter it is trying to claim a
free logical address by polling.
However, the code doesn't check if there were errors other than OK or NACK,
those are just treated as i
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .I will offer you 30% of the
fund .Contact me for more detailed explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationalit
Good Day,
I am in need of a reliable and trust worthy person to work with me in
receiving huge sum of money into his or her account. I will give you
the full details immediately you respond to this email.
Ahmed Zama
+22675844869
Dear Friend
I have access to very vital information that can be used to move huge
amount of money to a foreign account I have done my homework very
well and i have the machineries in place to get it done since I am
still in active service. If it was possible for me to do it alone I
would not have
Greetings,
I humbly solicit for your partnership to transfer €15 million Euros
into your personal or company’s account .Contact me for more detailed
explanation.
Kindly send me the followings
Full Names
Address
Occupation
Direct Mobile Telephone Lines
Nationality
Ahmed Zama
+22675844869
Greetings
Please assist me to receive about 15 million euros into your personal
account. I will give you details as I hear from you.
Send me the followings,
Age
Nationality
Occupation
Telephone Line
Regard,
Mr Ahmed Zama
Greetings,
Can we discuss business here in the internet? I will give you the full
detailed information and the part you are to play as soon as you
respond.
Thanks
Ahmed Zama
Greetings
Please assist me to receive about 15 million euros into your personal
account. I will give you details as I hear from you.
Regard,
Mr Ahmed Zama
On Tue, 03 Jul 2018, Marcel Ziswiler wrote:
> From: Marcel Ziswiler
>
> On ams AS3722, power on when AC OK is enabled by default.
> Making this option as disable by default and enable only
> when platform need this explicitly.
>
> Signed-off-by: Laxman Dewangan
>
Hello,
I am Mr.Ethan Mbuya the Chief Operating Officer in Accounting Unit of Standard
Bank of South Africa (SBSA) This message might meet you in utmost surprise.
However, it's just my urgent need for a foreign partner that made me to contact
you for this transaction.
An account was opened in
On Tue, Jul 03, 2018 at 05:04:11PM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler
>
> On ams AS3722, power on when AC OK is enabled by default.
> Making this option as disable by default and enable only
> when platform need this explicitly.
>
> Signed-off-by: Laxman
On Wed, 2018-07-04 at 08:52 +0100, Lee Jones wrote:
> On Tue, 03 Jul 2018, Marcel Ziswiler wrote:
>
> > From: Marcel Ziswiler
> >
> > On ams AS3722, power on when AC OK is enabled by default.
> > Making this option as disable by default and enable only
> >
On Tue, 03 Jul 2018, Marcel Ziswiler wrote:
> From: Marcel Ziswiler
>
> On ams AS3722, power on when AC OK is enabled by default.
> Making this option as disable by default and enable only
> when platform need this explicitly.
>
> Signed-off-by: Laxman Dewangan
>
From: Marcel Ziswiler
On ams AS3722, power on when AC OK is enabled by default.
Making this option as disable by default and enable only
when platform need this explicitly.
Signed-off-by: Laxman Dewangan
Reviewed-by: Bibek Basu
Tested-by: Bibek Basu
Signed-off-by: Marcel Ziswiler
On Mon, 25 Jun 2018, Marcel Ziswiler wrote:
> From: Marcel Ziswiler
>
> On ams AS3722, power on when AC OK is enabled by default.
> Making this option as disable by default and enable only
> when platform need this explicitly.
>
> Signed-off-by: Laxman Dewangan
>
On 25.06.2018 10:00, Marcel Ziswiler wrote:
> From: Marcel Ziswiler
>
> On ams AS3722, power on when AC OK is enabled by default.
> Making this option as disable by default and enable only
> when platform need this explicitly.
>
> Signed-off-by: Laxman Dewangan
>
From: Marcel Ziswiler
On ams AS3722, power on when AC OK is enabled by default.
Making this option as disable by default and enable only
when platform need this explicitly.
Signed-off-by: Laxman Dewangan
Reviewed-by: Bibek Basu
Tested-by: Bibek Basu
Downsteam commit 09cd706fecb9 (&quo
bject_init
| 14 ||
|
BUG:kernel_hang_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
| 0 | 36 |
+--+++
early console in
Dear Sir,
Please can both of us handle a lucrative deal.?? I will give you the
full detail explanation as soon as I hear from you.
Faithfully yours,
Mr Ahmed Zama
Dear Friend,
Greetings to you my friend, I have a very lucrative Partnership offer
for you. Kindly contact me for more details
Best Regards
Ahmed Zama
Dear Friend
I have a Beneficial Business Project for you worth €15 million Euros.
Reply me for more information.
Ahmed Zama
On Tue, 13 Mar 2018 12:41:28 -0700
Andrew Morton wrote:
> On Tue, 13 Mar 2018 23:06:35 +1100 Michael Ellerman
> wrote:
>
> > Anyone object to us merging the following patch via the powerpc tree?
> >
> > Full series is here if anyone's interested:
> >
> > http://patchwork.ozlabs.org/project
On Tue, 13 Mar 2018 23:06:35 +1100 Michael Ellerman wrote:
> Anyone object to us merging the following patch via the powerpc tree?
>
> Full series is here if anyone's interested:
> http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=28377&state=*
>
Yup, please go ahead.
I assume t
Anyone object to us merging the following patch via the powerpc tree?
Full series is here if anyone's interested:
http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=28377&state=*
cheers
Nicholas Piggin writes:
> This will be used by powerpc to allocate per-cpu stacks and other
> da
3.18-stable review patch. If anyone has any objections, please let me know.
--
From: Denis Du
[ Upstream commit b6c3bad1ba83af1062a7ff6986d9edc4f3d7fc8e ]
Sometimes when physical lines have a just good noise to make the protocol
handshaking fail, but the carrier detect still
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Denis Du
[ Upstream commit b6c3bad1ba83af1062a7ff6986d9edc4f3d7fc8e ]
Sometimes when physical lines have a just good noise to make the protocol
handshaking fail, but the carrier detect still g
4.9-stable review patch. If anyone has any objections, please let me know.
--
From: Denis Du
[ Upstream commit b6c3bad1ba83af1062a7ff6986d9edc4f3d7fc8e ]
Sometimes when physical lines have a just good noise to make the protocol
handshaking fail, but the carrier detect still g
4.15-stable review patch. If anyone has any objections, please let me know.
--
From: Denis Du
[ Upstream commit b6c3bad1ba83af1062a7ff6986d9edc4f3d7fc8e ]
Sometimes when physical lines have a just good noise to make the protocol
handshaking fail, but the carrier detect still
4.14-stable review patch. If anyone has any objections, please let me know.
--
From: Denis Du
[ Upstream commit b6c3bad1ba83af1062a7ff6986d9edc4f3d7fc8e ]
Sometimes when physical lines have a just good noise to make the protocol
handshaking fail, but the carrier detect still
From: Denis Du
Date: Sat, 24 Feb 2018 16:51:42 -0500
> Sometimes when physical lines have a just good noise to make the protocol
> handshaking fail, but the carrier detect still good. Then after remove of
> the noise, nobody will trigger this protocol to be start again to cause
> the link to neve
Sometimes when physical lines have a just good noise to make the protocol
handshaking fail, but the carrier detect still good. Then after remove of
the noise, nobody will trigger this protocol to be start again to cause
the link to never come back. The fix is when the carrier is still on, not
termi
From: Denis Du
Date: Wed, 21 Feb 2018 03:35:31 + (UTC)
> How is your thinking about this patch?
I cannot apply a patch which has been corrupted by your email client like
this.
Please send it properly again, plain ASCII text, and no trasnformations
by your email client.
You should send the
Hi, David:
How is your thinking about this patch?
>From b5902a4dfc709b62b704997ab64f31c9ef69a6db Mon Sep 17 00:00:00 2001
From: Denis Du
Date: Mon, 15 Jan 2018 17:26:06 -0500
Subject: [PATCH] netdev: carrier detect ok, don't turn off negotiation
Sometimes when physical lines hav
Ok, I submit it again.
In drivers/net/wan/hdlc_ppp.c, some noise on physical line can cause the
carrier detect still ok, but the protocol will fail. So if carrier detect ok,
don't turn off protocol negotiation
This patch is against the kernel version Linux 4.15-rc8
On Tu
From: Denis Du
Date: Tue, 6 Feb 2018 15:15:28 + (UTC)
> How do you think my patch?
>
> As you see, Krzysztof think my patch is ok to be accepted.
> But if you have a better idea to fix it,I am glad to see it. Anyway, this
> issue have to be fixed.
Please resubmit it and I
1 - 100 of 557 matches
Mail list logo