unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Ext4 corruption in some stable kernels
@ 2023-12-10  3:00 Felix Lechner via Development of GNU Guix and the GNU System distribution.
  2023-12-10  5:35 ` Hilton Chain
  0 siblings, 1 reply; 6+ messages in thread
From: Felix Lechner via Development of GNU Guix and the GNU System distribution. @ 2023-12-10  3:00 UTC (permalink / raw)
  To: guix-devel

Hi,

It's possible Guix never shipped the affected "stable" kernels, but a
brief pointer seemed appropriate. For details, please see here. [1]

Kind regards
Felix

[1] https://lore.kernel.org/stable/20231205122122.dfhhoaswsfscuhc3@quack3/


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

* Re: Ext4 corruption in some stable kernels
  2023-12-10  3:00 Ext4 corruption in some stable kernels Felix Lechner via Development of GNU Guix and the GNU System distribution.
@ 2023-12-10  5:35 ` Hilton Chain
  2023-12-10  6:53   ` Hilton Chain
  2023-12-11  0:13   ` Leo Famulari
  0 siblings, 2 replies; 6+ messages in thread
From: Hilton Chain @ 2023-12-10  5:35 UTC (permalink / raw)
  To: Felix Lechner; +Cc: Leo Famulari, guix-devel

Hi Felix (and Leo, Cc-ed)

On Sun, 10 Dec 2023 11:00:47 +0800,
Felix Lechner via Development of GNU Guix and the GNU System distribution. wrote:
>
> Hi,
>
> It's possible Guix never shipped the affected "stable" kernels, but a brief
> pointer seemed appropriate. For details, please see here. [1]
>
> Kind regards
> Felix
>
> [1] https://lore.kernel.org/stable/20231205122122.dfhhoaswsfscuhc3@quack3/
>

From the linked thread and report in Debian[1], 6.1.64 (and maybe 5.10.202 +
5.15.140) are affected.  Unfortunately we have shipped them for about 1 week.

Leo has sent #67724 yesterday to update kernels, maybe we can merge updates for
these three versions quicker?

Thanks
---
[1]: https://micronews.debian.org/2023/1702150551.html


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

* Re: Ext4 corruption in some stable kernels
  2023-12-10  5:35 ` Hilton Chain
@ 2023-12-10  6:53   ` Hilton Chain
  2023-12-11  0:13   ` Leo Famulari
  1 sibling, 0 replies; 6+ messages in thread
From: Hilton Chain @ 2023-12-10  6:53 UTC (permalink / raw)
  To: Felix Lechner; +Cc: Leo Famulari, guix-devel

Hi,

On Sun, 10 Dec 2023 13:35:30 +0800,
Hilton Chain wrote:
>
> Hi Felix (and Leo, Cc-ed)
>
> On Sun, 10 Dec 2023 11:00:47 +0800,
> Felix Lechner via Development of GNU Guix and the GNU System distribution.
> wrote:
> >
> > Hi,
> >
> > It's possible Guix never shipped the affected "stable" kernels, but a brief
> > pointer seemed appropriate. For details, please see here. [1]
> >
> > Kind regards
> > Felix
> >
> > [1] https://lore.kernel.org/stable/20231205122122.dfhhoaswsfscuhc3@quack3/
> >
>
> From the linked thread and report in Debian[1], 6.1.64 (and maybe 5.10.202 +
> 5.15.140) are affected.  Unfortunately we have shipped them for about 1 week.
>
> Leo has sent #67724 yesterday to update kernels, maybe we can merge updates
> for these three versions quicker?
>
> Thanks
> ---
> [1]: https://micronews.debian.org/2023/1702150551.html


Based on the commit log and [1], the offending commit was not actually included
in 5.10.y and 5.15.y releases.

And according to [2], a fix has benn added[3] to v6.1.66, so only v6.1.64 and
v6.1.65 are affected.


Thanks
---
[1]: https://lore.kernel.org/stable/2023112502-supernova-copier-7615@gregkh/
[2]: https://lore.kernel.org/stable/2023120643-evade-legal-ee74@gregkh/
[3]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.66&id=ea574927fc0bc343016ea3337fcfc0b3fb26fe08


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

* Re: Ext4 corruption in some stable kernels
  2023-12-10  5:35 ` Hilton Chain
  2023-12-10  6:53   ` Hilton Chain
@ 2023-12-11  0:13   ` Leo Famulari
  2023-12-11  3:30     ` Hilton Chain
  1 sibling, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2023-12-11  0:13 UTC (permalink / raw)
  To: Hilton Chain, Felix Lechner
  Cc: Christopher Baines via Development of GNU Guix and the GNU System distribution.

Everyone with commit privileges should feel free to push these patches to master if they seem okay. I won't be able to help today.

Leo

On Sun, Dec 10, 2023, at 00:35, Hilton Chain wrote:
> Hi Felix (and Leo, Cc-ed)
>
> On Sun, 10 Dec 2023 11:00:47 +0800,
> Felix Lechner via Development of GNU Guix and the GNU System 
> distribution. wrote:
>>
>> Hi,
>>
>> It's possible Guix never shipped the affected "stable" kernels, but a brief
>> pointer seemed appropriate. For details, please see here. [1]
>>
>> Kind regards
>> Felix
>>
>> [1] https://lore.kernel.org/stable/20231205122122.dfhhoaswsfscuhc3@quack3/
>>
>
> From the linked thread and report in Debian[1], 6.1.64 (and maybe 5.10.202 +
> 5.15.140) are affected.  Unfortunately we have shipped them for about 1 week.
>
> Leo has sent #67724 yesterday to update kernels, maybe we can merge updates for
> these three versions quicker?
>
> Thanks
> ---
> [1]: https://micronews.debian.org/2023/1702150551.html


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

* Re: Ext4 corruption in some stable kernels
  2023-12-11  0:13   ` Leo Famulari
@ 2023-12-11  3:30     ` Hilton Chain
  2023-12-11 17:14       ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Hilton Chain @ 2023-12-11  3:30 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Felix Lechner, guix-devel, 67724

On Mon, 11 Dec 2023 08:13:58 +0800,
Leo Famulari wrote:
>
> Everyone with commit privileges should feel free to push these patches to
> master if they seem okay. I won't be able to help today.


OK, I have applied "[PATCH 2/8] gnu: linux-libre 6.1: Update to 6.1.66." from
#67724 as 65334547674bdaeb75eb37ffbe23ba6f9fd486b1 and pushed.


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

* Re: Ext4 corruption in some stable kernels
  2023-12-11  3:30     ` Hilton Chain
@ 2023-12-11 17:14       ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2023-12-11 17:14 UTC (permalink / raw)
  To: Hilton Chain; +Cc: Felix Lechner, guix-devel, 67724

On Mon, Dec 11, 2023 at 11:30:10AM +0800, Hilton Chain wrote:
> On Mon, 11 Dec 2023 08:13:58 +0800,
> Leo Famulari wrote:
> >
> > Everyone with commit privileges should feel free to push these patches to
> > master if they seem okay. I won't be able to help today.
> 
> 
> OK, I have applied "[PATCH 2/8] gnu: linux-libre 6.1: Update to 6.1.66." from
> #67724 as 65334547674bdaeb75eb37ffbe23ba6f9fd486b1 and pushed.

Thank you for this and the subsequent update! I'm preparing to push the
remainder now.


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

end of thread, other threads:[~2023-12-11 17:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10  3:00 Ext4 corruption in some stable kernels Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-12-10  5:35 ` Hilton Chain
2023-12-10  6:53   ` Hilton Chain
2023-12-11  0:13   ` Leo Famulari
2023-12-11  3:30     ` Hilton Chain
2023-12-11 17:14       ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).