All of lore.kernel.org
 help / color / mirror / Atom feed
* depmod fixes for linux-stable releases
@ 2021-01-10  1:18 Sedat Dilek
  2021-01-10  1:22 ` Fwd: " Sedat Dilek
  2021-01-10  1:23 ` Linus Torvalds
  0 siblings, 2 replies; 5+ messages in thread
From: Sedat Dilek @ 2021-01-10  1:18 UTC (permalink / raw)
  To: Sasha Levin, Greg Kroah-Hartman
  Cc: Linus Torvalds, linux-kernel, linux-stable

Hi,

I was CCed on the "depmod: handle the case of /sbin/depmod without
/sbin in PATH" changes to linux-stable releases.

Do you mind also pushing...?

commit 436e980e2ed526832de822cbf13c317a458b78e1
kbuild: don't hardcode depmod path

That was the origin for the depmod follow-up.

Thanks.

Regards,
- Sedat -

[1] https://git.kernel.org/linus/436e980e2ed526832de822cbf13c317a458b78e1

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

* Fwd: depmod fixes for linux-stable releases
  2021-01-10  1:18 depmod fixes for linux-stable releases Sedat Dilek
@ 2021-01-10  1:22 ` Sedat Dilek
  2021-01-10  1:23 ` Linus Torvalds
  1 sibling, 0 replies; 5+ messages in thread
From: Sedat Dilek @ 2021-01-10  1:22 UTC (permalink / raw)
  To: stable

Corrected to <stable@vger.kernel.org>.

- Sedat -

---------- Forwarded message ---------
From: Sedat Dilek <sedat.dilek@gmail.com>
Date: Sun, Jan 10, 2021 at 2:18 AM
Subject: depmod fixes for linux-stable releases
To: Sasha Levin <sashal@kernel.org>, Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
<linux-kernel@vger.kernel.org>, <linux-stable@vger.kernel.org>


Hi,

I was CCed on the "depmod: handle the case of /sbin/depmod without
/sbin in PATH" changes to linux-stable releases.

Do you mind also pushing...?

commit 436e980e2ed526832de822cbf13c317a458b78e1
kbuild: don't hardcode depmod path

That was the origin for the depmod follow-up.

Thanks.

Regards,
- Sedat -

[1] https://git.kernel.org/linus/436e980e2ed526832de822cbf13c317a458b78e1

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

* Re: depmod fixes for linux-stable releases
  2021-01-10  1:18 depmod fixes for linux-stable releases Sedat Dilek
  2021-01-10  1:22 ` Fwd: " Sedat Dilek
@ 2021-01-10  1:23 ` Linus Torvalds
  2021-01-10 10:19   ` Sasha Levin
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2021-01-10  1:23 UTC (permalink / raw)
  To: Sedat Dilek
  Cc: Sasha Levin, Greg Kroah-Hartman, Linux Kernel Mailing List, linux-stable

Ack, I think 436e980e2ed5 ("kbuild: don't hardcode depmod path") is
stable material even if it doesn't fix a bug.

Not only does the fix for that commit not make sense without the
commit in the first place, but any environment that sets depmod
somewhere else might well be an environment that still wants stable
kernels.

It may not be the traditional case, but there's little reason for the
kernel build to force that /sbin/depmod location.

               Linus

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

* Re: depmod fixes for linux-stable releases
  2021-01-10  1:23 ` Linus Torvalds
@ 2021-01-10 10:19   ` Sasha Levin
  2021-01-10 17:20     ` Sedat Dilek
  0 siblings, 1 reply; 5+ messages in thread
From: Sasha Levin @ 2021-01-10 10:19 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sedat Dilek, Greg Kroah-Hartman, Linux Kernel Mailing List, stable

On Sat, Jan 09, 2021 at 05:23:22PM -0800, Linus Torvalds wrote:
>Ack, I think 436e980e2ed5 ("kbuild: don't hardcode depmod path") is
>stable material even if it doesn't fix a bug.
>
>Not only does the fix for that commit not make sense without the
>commit in the first place, but any environment that sets depmod
>somewhere else might well be an environment that still wants stable
>kernels.
>
>It may not be the traditional case, but there's little reason for the
>kernel build to force that /sbin/depmod location.

I'll take it, thanks!

-- 
Thanks,
Sasha

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

* Re: depmod fixes for linux-stable releases
  2021-01-10 10:19   ` Sasha Levin
@ 2021-01-10 17:20     ` Sedat Dilek
  0 siblings, 0 replies; 5+ messages in thread
From: Sedat Dilek @ 2021-01-10 17:20 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Linus Torvalds, Greg Kroah-Hartman, Linux Kernel Mailing List, stable

On Sun, Jan 10, 2021 at 11:19 AM Sasha Levin <sashal@kernel.org> wrote:
>
> On Sat, Jan 09, 2021 at 05:23:22PM -0800, Linus Torvalds wrote:
> >Ack, I think 436e980e2ed5 ("kbuild: don't hardcode depmod path") is
> >stable material even if it doesn't fix a bug.
> >
> >Not only does the fix for that commit not make sense without the
> >commit in the first place, but any environment that sets depmod
> >somewhere else might well be an environment that still wants stable
> >kernels.
> >
> >It may not be the traditional case, but there's little reason for the
> >kernel build to force that /sbin/depmod location.
>
> I'll take it, thanks!
>

Thanks for pushing (and correcting the stable-ML email-address).

- Sedat -

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

end of thread, other threads:[~2021-01-10 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10  1:18 depmod fixes for linux-stable releases Sedat Dilek
2021-01-10  1:22 ` Fwd: " Sedat Dilek
2021-01-10  1:23 ` Linus Torvalds
2021-01-10 10:19   ` Sasha Levin
2021-01-10 17:20     ` Sedat Dilek

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.