All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] irq/urgent for 5.18
@ 2022-05-01 11:29 Borislav Petkov
       [not found] ` <CAADfD8ypPRzja3RU8QGwBNc=MiN1H3OLHjHVgnJ6h1fFPO2dhw@mail.gmail.com>
  2022-05-01 17:09 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Borislav Petkov @ 2022-05-01 11:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Hi Linus,

please pull a single irq/urgent fix for 5.18.

Thx.

---

The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v5.18_rc5

for you to fetch changes up to c7d2f89fea26c84d5accc55d9976dd7e5305e63a:

  bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (2022-04-27 19:42:32 +0200)

----------------------------------------------------------------
- Fix locking when accessing device MSI descriptors

----------------------------------------------------------------
Shin'ichiro Kawasaki (1):
      bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()

 drivers/bus/fsl-mc/fsl-mc-msi.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] irq/urgent for 5.18
       [not found] ` <CAADfD8ypPRzja3RU8QGwBNc=MiN1H3OLHjHVgnJ6h1fFPO2dhw@mail.gmail.com>
@ 2022-05-01 12:02   ` Borislav Petkov
       [not found]     ` <CAADfD8yk0-soyYt+qQ8t=unAoQ4ytL3b2Xv=h66ojYheYMa=Nw@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2022-05-01 12:02 UTC (permalink / raw)
  To: Ozgur Karatas; +Cc: Linus Torvalds, x86-ml, lkml

On Sun, May 01, 2022 at 03:52:25PM +0400, Ozgur Karatas wrote:
> shouldnt this actually be a return error = -EINVAL?

Why?

What is the return type of fsl_mc_msi_domain_alloc_irqs()?

That is, provided I understand your question. Because I'm not really
sure what you're asking...

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] irq/urgent for 5.18
       [not found]     ` <CAADfD8yk0-soyYt+qQ8t=unAoQ4ytL3b2Xv=h66ojYheYMa=Nw@mail.gmail.com>
@ 2022-05-01 12:48       ` Borislav Petkov
       [not found]         ` <CAADfD8zJEkx-P1jGtDu1Nb9vyQYDeVZryMSL+H7qZDT4ifbm-g@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2022-05-01 12:48 UTC (permalink / raw)
  To: Ozgur Karatas; +Cc: Linus Torvalds, x86-ml, lkml

On Sun, May 01, 2022 at 04:24:22PM +0400, Ozgur Karatas wrote:
> I didnt think return value was an invalid argument and thought it might be
> return= -EINVAL;
> and i was wondering why error return, if not an invalid argument.
> So if there is no bad argument assigned to function I think error =
> -EINVAL; should be return = -EINVAL instead right?

Try building your suggestion.

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] irq/urgent for 5.18
       [not found]         ` <CAADfD8zJEkx-P1jGtDu1Nb9vyQYDeVZryMSL+H7qZDT4ifbm-g@mail.gmail.com>
@ 2022-05-01 16:40           ` Borislav Petkov
  0 siblings, 0 replies; 5+ messages in thread
From: Borislav Petkov @ 2022-05-01 16:40 UTC (permalink / raw)
  To: Ozgur Karatas; +Cc: Linus Torvalds, x86-ml, lkml

On Sun, May 01, 2022 at 08:25:44PM +0400, Ozgur Karatas wrote:
> ops, now i realize that i thought wrong. thank you for your kind time,

No problems, keep at it. :-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] irq/urgent for 5.18
  2022-05-01 11:29 [GIT PULL] irq/urgent for 5.18 Borislav Petkov
       [not found] ` <CAADfD8ypPRzja3RU8QGwBNc=MiN1H3OLHjHVgnJ6h1fFPO2dhw@mail.gmail.com>
@ 2022-05-01 17:09 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2022-05-01 17:09 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, lkml

The pull request you sent on Sun, 1 May 2022 13:29:17 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v5.18_rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d4af0c17235fbf992f5023bbfb84303e082e45a6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-01 17:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 11:29 [GIT PULL] irq/urgent for 5.18 Borislav Petkov
     [not found] ` <CAADfD8ypPRzja3RU8QGwBNc=MiN1H3OLHjHVgnJ6h1fFPO2dhw@mail.gmail.com>
2022-05-01 12:02   ` Borislav Petkov
     [not found]     ` <CAADfD8yk0-soyYt+qQ8t=unAoQ4ytL3b2Xv=h66ojYheYMa=Nw@mail.gmail.com>
2022-05-01 12:48       ` Borislav Petkov
     [not found]         ` <CAADfD8zJEkx-P1jGtDu1Nb9vyQYDeVZryMSL+H7qZDT4ifbm-g@mail.gmail.com>
2022-05-01 16:40           ` Borislav Petkov
2022-05-01 17:09 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.