On Sat, Jun 21, 2025 at 05:08:18PM +0530, Dev Jain wrote:
>
> On 21/06/25 4:40 pm, wang lian wrote:
> > From cb505647eb5f418d1ff5e807361f4c3a337c251f Mon Sep 17 00:00:00 2001
> > From: Lian Wang
> > Date: Sat, 21 Jun 2025 18:51:49 +0800
> > Subject: [PAT
Signed-off-by: Bjorn Andersson
---
Bjorn Andersson (3):
soc: qcom: mdt_loader: Ensure we don't read past the ELF header
soc: qcom: mdt_loader: Rename mdt_phdr_valid()
soc: qcom: mdt_loader: Actually use the e_phoff
drivers/soc/qcom/mdt_loader.c | 57
>From 92c5ac2ffa37f6e4fe0cfa49a20857432bc67718 Mon Sep 17 00:00:00 2001
From: Malaya Kumar Rout
Date: Tue, 25 Mar 2025 18:42:33 +0530
Subject: [PATCH v2] selftests/x86/lam: fix resource leak in do_uring() and
allocate_dsa_pasid()
Exception branch returns without closing
the f
Hi David,
Please at least give me a heads up if you're going to resend a patch
series of mine. I understand it's an old series but I don't think that
courtesy is too much to ask.
On 3/8/25 14:08, David Heidelberg via B4 Relay wrote:
With the growing popularity of running upstream Linux on mo
Hello Caleb,
I'm very sorry about that. Next time I include your patches in the
series I'll definitely send you heads up.
David
On 10/03/2025 11:04, Caleb Connolly wrote:
Hi David,
Please at least give me a heads up if you're going to resend a patch
series of mine. I understand it's an old
With the growing popularity of running upstream Linux on mobile devices,
we're beginning to run into more and more edgecases. The OnePlus 6 is a
fairly well supported 2018 era smartphone, selling over a million units
in it's first 22 days. With this level of popularity, it's almost
inevitable that
>> >> >[...]
>> >> >> >I think my understanding based on what Eric depicted differs from =
>you:
>> >> >> >we're supposed to filter out those many invalid cases and only tra=
>ce
>> >> >> >the valid action of sending a icmp, so where to add a new tracepoi=
>nt
>> >> >> >is important instead of addi
On Thu, Apr 11, 2024 at 12:57 PM Peilin He wrote:
>
> >> >[...]
> >> >> >I think my understanding based on what Eric depicted differs from you:
> >> >> >we're supposed to filter out those many invalid cases and only trace
> >> >> >the valid action of sending a icmp, so where to add a new tracepoin
>> >[...]
>> >> >I think my understanding based on what Eric depicted differs from you:
>> >> >we're supposed to filter out those many invalid cases and only trace
>> >> >the valid action of sending a icmp, so where to add a new tracepoint
>> >> >is important instead of adding more checks in the tr
On Thu, Apr 11, 2024 at 10:34 AM Peilin He wrote:
>
> >[...]
> >> >I think my understanding based on what Eric depicted differs from you:
> >> >we're supposed to filter out those many invalid cases and only trace
> >> >the valid action of sending a icmp, so where to add a new tracepoint
> >> >is i
>[...]
>> >I think my understanding based on what Eric depicted differs from you:
>> >we're supposed to filter out those many invalid cases and only trace
>> >the valid action of sending a icmp, so where to add a new tracepoint
>> >is important instead of adding more checks in the tracepoint itself
[...]
> >I think my understanding based on what Eric depicted differs from you:
> >we're supposed to filter out those many invalid cases and only trace
> >the valid action of sending a icmp, so where to add a new tracepoint
> >is important instead of adding more checks in the tracepoint itself.
> >
>> From: hepeilin
>>
>> Introduce a tracepoint for icmp_send, which can help users to get more
>> detail information conveniently when icmp abnormal events happen.
>>
>> 1. Giving an usecase example:
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D
>> W
On Mon, Apr 1, 2024 at 8:34 PM wrote:
>
> From: hepeilin
>
> Introduce a tracepoint for icmp_send, which can help users to get more
> detail information conveniently when icmp abnormal events happen.
>
> 1. Giving an usecase example:
> =
> When an application experienc
From: hepeilin
Introduce a tracepoint for icmp_send, which can help users to get more
detail information conveniently when icmp abnormal events happen.
1. Giving an usecase example:
=
When an application experiences packet loss due to an unreachable UDP
destination po
m 1561c1c9285eaa8638406280b53bb9e0b5a67d93 Mon Sep 17 00:00:00 2001
From: ye xingchen
Date: Wed, 21 Sep 2022 09:21:30 +0800
Subject: [PATCH linux-next] nvdimm: Use the function kobj_to_dev()
Use kobj_to_dev() instead of open-coding it.
Reported-by: Zeal Robot
Signed-off-by: ye xingchen
https://bit.ly/3x8LDhsWill
Molim vas, želim znati jeste li dobili moje prethodne poruke.
On Fri, Apr 16, 2021 at 04:07:54PM +0800, Tao Zhang wrote:
> *** BLURB HERE ***
Where is the blurb?
And your subject is not ok :(
*** BLURB HERE ***
Tao Zhang (2):
coresight: Add support for device names
dt-bindings: arm: add property for coresight component name
Documentation/devicetree/bindings/arm/coresight.txt | 2 ++
drivers/hwtracing/coresight/coresight-core.c| 6 ++
2 files changed, 8 insertions(+)
Hi Mitali,
You have 'Subject' in the Subject line. That looks weird...
On 13/04/2021 19:26, Mitali Borkar wrote:
> Added '*' before every line inside long(multi-line) comments. Removed
> '*/' from end of the comment line and added to next line as per
On Wed, Apr 14, 2021 at 12:24:44PM +0530, Mitali Borkar wrote:
> Changes from v1:- Dropped 6/6 from and made this as a patchset of 5 as
> alignment of code is done in following patches.
Why is "Subject:" listed in your subject line? Do not manually add it
after git format-patc
Changes from v1:- Dropped 6/6 from and made this as a patchset of 5 as
alignment of code is done in following patches.
[PATCH 1/5]:- No changes.
[PATCH 2/5]:- No changes.
[PATCH 3/5]:- No changes.
[PATCH 4/5]:- Rectified spelling mistake and replaced memcmp with
ether_oui_equal.
[PATCH 5/5]:- No ch
Added '*' before every line inside long(multi-line) comments. Removed
'*/' from end of the comment line and added to next line as per linux
kernel coding style. Aligned '*' accordingly to make code neater.
Signed-off-by: Mitali Borkar
---
Changes from v3:- Rebased this patch and made changes agai
On 13/04/2021 13:09, Mitali Borkar wrote:
> On Tue, Apr 13, 2021 at 09:26:01AM +0200, Hans Verkuil wrote:
>> On 13/04/2021 08:27, Mitali Borkar wrote:
>>> Declared 32 bit unsigned int as static constant inside a function
>>> appropriately.
>>>
>>> Reported-by: kernel test robot
>>> Signed-off-by:
On Tue, Apr 13, 2021 at 09:26:01AM +0200, Hans Verkuil wrote:
> On 13/04/2021 08:27, Mitali Borkar wrote:
> > Declared 32 bit unsigned int as static constant inside a function
> > appropriately.
> >
> > Reported-by: kernel test robot
> > Signed-off-by: Mitali Borkar
> > ---
> >
> > Changes from
On 13/04/2021 08:27, Mitali Borkar wrote:
> Declared 32 bit unsigned int as static constant inside a function
> appropriately.
>
> Reported-by: kernel test robot
> Signed-off-by: Mitali Borkar
> ---
>
> Changes from v1:- Rectified the mistake by declaring u32 as static const
> properly.
>
> d
On Tue, Apr 13, 2021 at 11:57:52AM +0530, Mitali Borkar wrote:
> Declared 32 bit unsigned int as static constant inside a function
> appropriately.
>
> Reported-by: kernel test robot
> Signed-off-by: Mitali Borkar
Why does your Subject: line have "Subject:" twice?
On Tue, 13 Apr 2021, Mitali Borkar wrote:
> Declared 32 bit unsigned int as static constant inside a function
> appropriately.
I don't think that the description matches what is done. Perhaps all the
meaning is intended to be in the word "appropriately", but that is not
very clear. The messa
Declared 32 bit unsigned int as static constant inside a function
appropriately.
Reported-by: kernel test robot
Signed-off-by: Mitali Borkar
---
Changes from v1:- Rectified the mistake by declaring u32 as static const
properly.
drivers/staging/media/meson/vdec/codec_h264.c | 4 ++--
1 file ch
Hi Mitali,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on staging/staging-testing]
url:
https://github.com/0day-ci/linux/commits/Mitali-Borkar/Subject-PATCH-staging-media-meson-vdec-declare-u32-as-static-const/20210412-222025
base: https://git.kernel.org/pub
Hi Mitali,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on staging/staging-testing]
url:
https://github.com/0day-ci/linux/commits/Mitali-Borkar/Subject-PATCH-staging-media-meson-vdec-declare-u32-as-static-const/20210412-222025
base: https://git.kernel.org/pub
Declared 32 bit unsigned int as static constant inside a function and
replaced u32[] {x,y} as canvas3, canvas4 in codec_h264.c
This indicates the value of canvas indexes will remain constant throughout
execution.
Signed-off-by: Mitali Borkar
---
drivers/staging/media/meson/vdec/codec_h264.c | 6
Hallo
Mein Name ist George Mike. Ich bin von Beruf Rechtsanwalt. Ich möchte
Ihnen anbieten
der nächste Verwandte meines Klienten. Sie erben die Summe von (8,5
Millionen US-Dollar)
Dollar, die mein Kunde vor seinem Tod auf der Bank gelassen hat.
Mein Kunde ist ein Staatsbürger Ihres Landes, der mi
On Sun, Apr 11, 2021 at 03:25:05PM +0530, Mitali Borkar wrote:
> This patch fixes style issues
"this" is not a patch :(
And the subject line here also needs fixed up.
thanks,
greg k-h
This patch fixes style issues
Changes from v2:-
[PATCH v2 1/3]:- Modified subject description.
[PATCH V2 2/3]:- No changes.
[PATCH v2 3/3]:- Rectified spelling mistake in subject description.
Changes from v1:-
[PATCH 1/3]:- Removed unnecessary parentheses around boolean expression.
Changes has
Bitte ich möchte wissen, ob Sie meine vorherige Nachricht erhalten haben, danke.
Dia bom
Sou Stephen Bordeaux, advogado do escritório de advocacia de Bordeaux.
Entrei em contato com você a respeito do patrimônio do Fundo do
Falecido Dr. Edwin, Oito Milhões e Quinhentos Mil Dólares, a serem
repatriados para sua conta. Além disso, nesta transação, quero que
você responda confiden
On Fri, Apr 9, 2021 at 1:31 PM Sedat Dilek wrote:
>
> On Fri, Apr 9, 2021 at 1:10 PM Piotr Gorski wrote:
> >
> > I originally posted the patch in a different form [1] even before
> > Masahiro's changes.
> > I've been testing this solution since December last year and posted it in
> > March this
On Fri, Apr 9, 2021 at 1:10 PM Piotr Gorski wrote:
>
> I originally posted the patch in a different form [1] even before Masahiro's
> changes.
> I've been testing this solution since December last year and posted it in
> March this year,
> after I made sure everything was working fine. This patc
I originally posted the patch in a different form [1] even before Masahiro's
changes.
I've been testing this solution since December last year and posted it in March
this year,
after I made sure everything was working fine. This patch was tested by
Oleksandr and he also didn't report any objec
On Thu, Apr 8, 2021 at 11:05 PM Piotr Gorski wrote:
>
> No, the --rm option is essential. xz and gzip have the --rm option built in
> as opposed to zstd, which is why I used it. I've been using zstd module
> compression since last december (although I set a different compression level
> on mine
No, the --rm option is essential. xz and gzip have the --rm option built in as
opposed to zstd, which is why I used it. I've been using zstd module
compression since last december (although I set a different compression level
on mine) and everything works fine. Oleksandr also tested it at his pl
r 06, 2021 at 11:35:54PM -0700, Pavle Rohalj wrote:
> > > > > Changes in v2:
> > > > > - Removed type information from variable names
> > > > > - Broken up the changes into smaller patches
> > > >
> > > > Your subject
>
> I think you missed the subject in cover letter, but maybe
> is not a relevant issue...
(Resending this because I realized I did not reply to everyone)
Hi Fabio,
I did, my bad. This patchset is an attempt to fix checkpatch.pl checks
for camel case usage in sm750fb driver.
-Pavle
s in v2:
> > > > - Removed type information from variable names
> > > > - Broken up the changes into smaller patches
> > >
> > > Your subject is very odd :(
> >
> > Sorry about that, I overlooked the fact that I reran format-patch. The
&
gt; > - Broken up the changes into smaller patches
> >
> > Your subject is very odd :(
>
> Sorry about that, I overlooked the fact that I reran format-patch. The
> subject should be:
>
> [PATCH] staging: sm750fb: Convert camel case to snake case
>
> Shoul
On Wed, Apr 07, 2021 at 09:08:07AM +0200, Greg KH wrote:
> On Tue, Apr 06, 2021 at 11:35:54PM -0700, Pavle Rohalj wrote:
> > Changes in v2:
> > - Removed type information from variable names
> > - Broken up the changes into smaller patches
>
> Your subject is ve
On Tue, Apr 06, 2021 at 11:35:54PM -0700, Pavle Rohalj wrote:
> Changes in v2:
> - Removed type information from variable names
> - Broken up the changes into smaller patches
Hi Pavle,
I think you missed the subject in cover letter, but maybe
is not a relevant issue...
On Tue, Apr 06, 2021 at 11:35:54PM -0700, Pavle Rohalj wrote:
> Changes in v2:
> - Removed type information from variable names
> - Broken up the changes into smaller patches
Your subject is very odd :(
Changes in v2:
- Removed type information from variable names
- Broken up the changes into smaller patches
Pavle Rohalj (49):
staging: sm750fb: Update dvi_ctrl_device to snake case
staging: sm750fb: Rename dviInit to dvi_init and update param names
staging: sm750fb: Update param name
Ich hoffe, diese Mail findet Sie und Ihre Lieben sicher und gesund.
Ich habe einen Brief an Ihre E-Mail geschickt, aber keine Antwort von
Ihnen erhalten.
Sie haben meine vorherige E-Mail erhalten? Bitte kommen Sie so schnell
wie möglich zurück.
Beste Wünsche
Johnson Williams.
cześć
Nazywam się George Mike. Z zawodu jestem prawnikiem. Chcę ci zaoferować
najbliższy krewny mojego klienta. Odziedziczysz sumę (8,5 miliona dolarów)
dolarów, które mój klient zostawił w banku przed śmiercią.
Mój klient jest obywatelem twojego kraju, który zginął wraz z żoną w
wypadku samochod
outreachy-ker...@googlegroups.com, mitaliborkar...@gmail.com
Bcc:
Subject: [PATCH] staging: qlge:remove else after break
Reply-To:
Fixed Warning:- else is not needed after break
break terminates the loop if encountered. else is unnecessary and
increases indenatation
Signed-off-by: Mitali
Hallo, Houd er rekening mee dat deze e-mail die naar uw postvak is
gekomen geen fout is, maar specifiek aan u is gericht voor uw
overweging.
Ik heb een voorstel van ($7.500.000.00) achtergelaten door mijn
overleden klant Ingenieur Carlos die dezelfde achternaam bij jou
draagt, die hier in Lomé Tog
Dobry dzień Nazywam się Stephen Bordeaux, prawnik z firmy prawniczej
Bordeaux. Skontaktowałem się z tobą w sprawie majątku zmarłego doktora
Edwin, który miał zostać przeniesiony na twoje konto. Osiem milionów
pięćset tysięcy dolarów. Ponadto w tej transakcji chcę, abyś
odpowiedział poufnie. Stephen
Subject: [PATCH v8 0/9] Updates to MHI channel handling
MHI specification shows a state machine with support for STOP channel command
and the validity of certain state transitions. MHI host currently does not
provide any mechanism to stop a channel and restart it without resetting it.
There are
my name is calantha camara i want to talk to you
Vennligst jeg vil vite om du har mine tidligere meldinger.
From: Mark-PK Tsai
To: Marc Zyngier
Cc: Mark-PK Tsai ,
Daniel Palmer ,
Thomas Gleixner ,
Matthias Brugger ,
,
,
,
Subject: [PATCH v4] irqchip/irq-mst: Support polarity configuration
Date: Mon, 15 Mar 2021 21:18:48 +0800
> Support irq polar
Hej min kære, jeg vil gerne vide, om du har min tidligere besked, tak.
Git message updated.
Ik wil alsjeblieft weten of je mijn vorige berichten hebt ontvangen.
Ik wil alsjeblieft weten of je mijn vorige berichten hebt ontvangen.
subscribe linux-kernel
--
Hello i'm Barrister Daven Bango, from Togo in west Africa, i sent you
a message before concerning a transaction of $12.5 million dollars
that my late client who is also a citizen of your country, deposited
in the bank here in my country before his sudden death, and you didn't
reply to me, pleas
Hallo
Ich heiße George Mike. Ich bin von Beruf Rechtsanwalt. Ich möchte dir anbieten
engster Verwandter meines Klienten. Sie erben die Gesamtsumme (8,5
Millionen US-Dollar).
Dollar, die mein Kunde vor seinem Tod auf der Bank gelassen hat.
Mein Klient ist ein Staatsangehöriger Ihres Landes, der mi
Linux https://bitly.com/3sZmFP2 Chris
vHallo
Ich heiße George Mike. Ich bin von Beruf Rechtsanwalt. Ich möchte dir anbieten
engster Verwandter meines Klienten. Sie erben die Gesamtsumme (8,5
Millionen US-Dollar).
Dollar, die mein Kunde vor seinem Tod auf der Bank gelassen hat.
Mein Klient ist ein Staatsangehöriger Ihres Landes, der m
On Thu, 4 Feb 2021 16:31:36 +0100 SeongJae Park wrote:
> From: SeongJae Park
[...]
>
> Introduction
>
>
> DAMON is a data access monitoring framework for the Linux kernel. The core
> mechanisms of DAMON called 'region based sampling' and 'adaptive regions
> adjustment' (refer to
--
Good Afternoon from UK,
How are you? we guess you're well, Our office has sent you a message
last week but there is no answer from you to date, did you read our
notice? get back to us upon the receipt of this mail.
Thank You,
Mr. Hennager James Craig
IMF Office London United Kingdom
Hello my friend
I have sent several emails, have you received my previous complaints?
Willson J. Mutanda
Email: willsonmutand...@gmail.com
On Thu, 4 Feb 2021 16:31:36 +0100 SeongJae Park wrote:
> From: SeongJae Park
>
[...]
>
> Introduction
>
>
> DAMON is a data access monitoring framework for the Linux kernel. The core
> mechanisms of DAMON called 'region based sampling' and 'adaptive regions
> adjustment' (refer
>From Yoshio Furuyama # This line is ignored.
From: Yoshio Furuyama
Subject:
In-Reply-To:
Hi Linus,
Regular fixes for final, there is a ttm regression fix, dp-mst fix,
one amdgpu revert, two i915 fixes, and some misc fixes for sun4i,
xlnx, and vc4.
All pretty quiet and don't think we have any known outstanding regressions.
Dave.
drm-fixes-2021-02-12:
drm fixes for 5.11-rc8
ttm:
- p
Hi Linus,
Here's a set of minor keyrings fixes/cleanups that I've collected from
various people for the upcoming merge window.
A couple of them might, in theory, be visible to userspace:
(*) Make blacklist_vet_description() reject uppercase letters as they
don't match the all-lowercase h
Hallo
Mein Name ist George Mike. Ich bin von Beruf Rechtsanwalt. Ich möchte
Ihnen anbieten
der nächste Verwandte meines Klienten. Sie erben die Summe von (8,5
Millionen US-Dollar)
Dollar, die mein Kunde vor seinem Tod auf der Bank gelassen hat.
Mein Kunde ist ein Staatsbürger Ihres Landes, der mi
--
Korisnik fonda čestitanja, Vaša sredstva za naknadu od 850.000,00
američkih dolara odobrila je Međunarodna monetarna organizacija (MMF)
u suradnji s (FBI) nakon mnogo istraga. Čekamo da se obratimo za
dodatne informacije
Advokat: Daven Bango
Telefon: +22891667276
(URED MMF-a LOME TOGO)
From: SeongJae Park
Changes from Previous Version (v23)
===
- Wordsmith commit messages (Shakeel Butt)
- Call missed mmu_notifier_test_young() (Shakeel Butt)
- Add one 'Reviewed-by' tag for PG_Idle reuse patch (Shakeel Butt)
- Rename core code to be region-neutral
Hallo
Mein Name ist George Mike. Ich bin von Beruf Rechtsanwalt. Ich möchte
Ihnen anbieten
der nächste Verwandte meines Klienten. Sie erben die Summe von (8,5
Millionen US-Dollar)
Dollar, die mein Kunde vor seinem Tod auf der Bank gelassen hat.
Mein Kunde ist ein Staatsbürger Ihres Landes, der mi
Hallo
Mitt navn er George Mike. Jeg er advokat av yrke. Jeg ønsker å tilby deg
den pårørende til klienten min. Du vil arve summen av ($ 8,5 millioner)
dollar klienten min etterlot seg i banken før han døde.
Min klient er statsborger i landet ditt som døde i en bilulykke med sin kone
og eneste søn
Subject: [PATCH v3 12/12] usb: misc: usbtest: update to use the
usb_control_msg_{send|recv}() API
The newer usb_control_msg_{send|recv}() API are an improvement on the
existing usb_control_msg() as it ensures that a short read/write is treated
as an error, data can be used off the stack, and raw
--
Dearest Friend,
I have an important message for you just get back for details.
Regards
Mohammed Hossain
--
I have an proposal for you get back for more details.
Bcc:
Subject: Re: [PATCH v2] can: mcba_usb: Fix memory leak when cancelling urb
Reply-To:
In-Reply-To:
On Tue, Jan 12, 2021 at 01:42:33PM +0700, Minh Bùi Quang wrote:
> On Mon, Jan 11, 2021 at 9:31 PM Bui Quang Minh
> wrote:
> >
> > On Mon, Jan 11, 2021 at 01:00:31PM +0
From: Tianjia Zhang
On the following call path, `sig->pkey_algo` is not assigned
in asymmetric_key_verify_signature(), which causes runtime
crash in public_key_verify_signature().
keyctl_pkey_verify
asymmetric_key_verify_signature
verify_signature
public_key_verify_signatur
unsubscribe
From: UAI
Message Body:
💳 Средства ожидают зачисления на Ваши реквизиты! Подтвердите операцию по
ссылке: https://bit.ly/2KdMLNi?4nw 💳
--
This e-mail was sent from a contact form on UAI (https://uai.co.th)
Hi Greg,
here are two patches for the onewire subsystem.
The first allows to have DS28E04 eproms on the bus (which have a
peculiar address-crc quirk when using the address strapping pins).
The second fixes a long-standing bug with hanging of a DS2490 USB
interface when some chips (that lock the
--
I have an important message for you get back for more details.
Greetings,
We are pleased to inform you that an amount of £500,000.00 (GBP) has
been donated and gifted to you and your family by Steve & Lenka
Thomson. Kindly contact for the claim: stlenkatfo...@hotmail.com
Regards,
Thomson's Foundation
auth d61d05b3 subscribe linux-kernel
Sent from my iPhone
Greetings,
We are pleased to inform you that an amount of 5000,000.00 (GBP) has
been donated and given to you and your family by Steve & Lenka
Thomson: steve.foundation...@hotmail.com
Regards
Steve Thomson
mjbf...@me.com
Bcc:
Subject: [PATCH] ALSA: hda/realtek: Add mute LED quirk for more HP laptops
Reply-To:
HP Pavilion 13-bb (SSID 103c:87c8) needs the same
quirk as other models with ALC287.
Signed-off-by: Manuel Jiménez
---
sound/pci/hda/patch_realtek.c | 1 +
1 file changed, 1 insertion
1 - 100 of 1086 matches
Mail list logo