* mdadm minimum kernel version requirements? @ 2023-04-10 15:49 Jes Sorensen 2023-04-10 21:54 ` NeilBrown 0 siblings, 1 reply; 6+ messages in thread From: Jes Sorensen @ 2023-04-10 15:49 UTC (permalink / raw) To: Kernel.org-Linux-RAID; +Cc: NeilBrown, Mariusz Tkaczyk Hi, I bumped the minimum kernel version required for mdadm to 2.6.32. Should we drop support for anything prior to 3.10 at this point, since RHEL7 is 3.10 based and SLES12 seems to be 3.12 based. Thoughts? Jes ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mdadm minimum kernel version requirements? 2023-04-10 15:49 mdadm minimum kernel version requirements? Jes Sorensen @ 2023-04-10 21:54 ` NeilBrown 2023-04-12 13:52 ` Mariusz Tkaczyk 2023-05-08 20:22 ` Jes Sorensen 0 siblings, 2 replies; 6+ messages in thread From: NeilBrown @ 2023-04-10 21:54 UTC (permalink / raw) To: Jes Sorensen; +Cc: Kernel.org-Linux-RAID, Mariusz Tkaczyk On Tue, 11 Apr 2023, Jes Sorensen wrote: > Hi, > > I bumped the minimum kernel version required for mdadm to 2.6.32. > > Should we drop support for anything prior to 3.10 at this point, since > RHEL7 is 3.10 based and SLES12 seems to be 3.12 based. > > Thoughts? When you talk about changing the required kernel version, I would find it helpful if you at least mention what actual kernel features you now want to depend on - at least the more significant ones. Aside from features, I'd rather think about how old the kernel is. 2.6.32 is over 13 years old. 3.10 is very nearly 10 years old. If there is something significant that landed in 3.10 that we want to depend on, then requiring that seems perfectly reasonable. I think the oldest SLE kernel that you might care about would be 4.12 (SLE12-SP5 - nearly 6 years old). Anyone using an older SLE release values stability over new functionality and is not going to be trialling a new mdadm. Thanks, NeilBrown ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mdadm minimum kernel version requirements? 2023-04-10 21:54 ` NeilBrown @ 2023-04-12 13:52 ` Mariusz Tkaczyk 2023-05-08 20:22 ` Jes Sorensen 1 sibling, 0 replies; 6+ messages in thread From: Mariusz Tkaczyk @ 2023-04-12 13:52 UTC (permalink / raw) To: NeilBrown; +Cc: Jes Sorensen, Kernel.org-Linux-RAID On Tue, 11 Apr 2023 07:54:04 +1000 "NeilBrown" <neilb@suse.de> wrote: > On Tue, 11 Apr 2023, Jes Sorensen wrote: > > Hi, > > > > I bumped the minimum kernel version required for mdadm to 2.6.32. > > > > Should we drop support for anything prior to 3.10 at this point, since > > RHEL7 is 3.10 based and SLES12 seems to be 3.12 based. > > > > Thoughts? > > When you talk about changing the required kernel version, I would find > it helpful if you at least mention what actual kernel features you now > want to depend on - at least the more significant ones. > > Aside from features, I'd rather think about how old the kernel is. > 2.6.32 is over 13 years old. > 3.10 is very nearly 10 years old. > If there is something significant that landed in 3.10 that we want to > depend on, then requiring that seems perfectly reasonable. > > I think the oldest SLE kernel that you might care about would be 4.12 > (SLE12-SP5 - nearly 6 years old). Anyone using an older SLE release > values stability over new functionality and is not going to be trialling > a new mdadm. > > Thanks, > NeilBrown Agree with Neil. I have no strong recommendation. I'm not aware significant feature that landed recently. I think that any kernel released around 5 ago will be applicable. Thanks, Marusz ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mdadm minimum kernel version requirements? 2023-04-10 21:54 ` NeilBrown 2023-04-12 13:52 ` Mariusz Tkaczyk @ 2023-05-08 20:22 ` Jes Sorensen 2023-05-08 21:04 ` NeilBrown 1 sibling, 1 reply; 6+ messages in thread From: Jes Sorensen @ 2023-05-08 20:22 UTC (permalink / raw) To: NeilBrown; +Cc: Kernel.org-Linux-RAID, Mariusz Tkaczyk On 4/10/23 17:54, NeilBrown wrote: > On Tue, 11 Apr 2023, Jes Sorensen wrote: >> Hi, >> >> I bumped the minimum kernel version required for mdadm to 2.6.32. >> >> Should we drop support for anything prior to 3.10 at this point, since >> RHEL7 is 3.10 based and SLES12 seems to be 3.12 based. >> >> Thoughts? > > When you talk about changing the required kernel version, I would find > it helpful if you at least mention what actual kernel features you now > want to depend on - at least the more significant ones. > > Aside from features, I'd rather think about how old the kernel is. > 2.6.32 is over 13 years old. > 3.10 is very nearly 10 years old. > If there is something significant that landed in 3.10 that we want to > depend on, then requiring that seems perfectly reasonable. > > I think the oldest SLE kernel that you might care about would be 4.12 > (SLE12-SP5 - nearly 6 years old). Anyone using an older SLE release > values stability over new functionality and is not going to be trialling > a new mdadm. Hi Neil, I guess my mindset is more that I don't expect RHEL/SLES grade distros to fully upgrade mdadm, but I do see them backporting changes occasionally. I was mostly basing my question on what I see us testing for in the actual code. Dropping support for anything prior to SLES 12 (4.12) and RHEL 8 (kernel 4.18) seems fair. Cheers, Jes ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mdadm minimum kernel version requirements? 2023-05-08 20:22 ` Jes Sorensen @ 2023-05-08 21:04 ` NeilBrown 2023-05-09 17:27 ` Jes Sorensen 0 siblings, 1 reply; 6+ messages in thread From: NeilBrown @ 2023-05-08 21:04 UTC (permalink / raw) To: Jes Sorensen; +Cc: Kernel.org-Linux-RAID, Mariusz Tkaczyk On Tue, 09 May 2023, Jes Sorensen wrote: > On 4/10/23 17:54, NeilBrown wrote: > > On Tue, 11 Apr 2023, Jes Sorensen wrote: > >> Hi, > >> > >> I bumped the minimum kernel version required for mdadm to 2.6.32. > >> > >> Should we drop support for anything prior to 3.10 at this point, since > >> RHEL7 is 3.10 based and SLES12 seems to be 3.12 based. > >> > >> Thoughts? > > > > When you talk about changing the required kernel version, I would find > > it helpful if you at least mention what actual kernel features you now > > want to depend on - at least the more significant ones. > > > > Aside from features, I'd rather think about how old the kernel is. > > 2.6.32 is over 13 years old. > > 3.10 is very nearly 10 years old. > > If there is something significant that landed in 3.10 that we want to > > depend on, then requiring that seems perfectly reasonable. > > > > I think the oldest SLE kernel that you might care about would be 4.12 > > (SLE12-SP5 - nearly 6 years old). Anyone using an older SLE release > > values stability over new functionality and is not going to be trialling > > a new mdadm. > > Hi Neil, > > I guess my mindset is more that I don't expect RHEL/SLES grade distros > to fully upgrade mdadm, but I do see them backporting changes occasionally. > > I was mostly basing my question on what I see us testing for in the > actual code. Dropping support for anything prior to SLES 12 (4.12) and > RHEL 8 (kernel 4.18) seems fair. So where you say "dropping support" you don't actually mean removing any code, but only that you will document somewhere that no effort will be made support, or test against, earlier kernels. Is that correct? Sounds reasonable to me. NeilBrown ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mdadm minimum kernel version requirements? 2023-05-08 21:04 ` NeilBrown @ 2023-05-09 17:27 ` Jes Sorensen 0 siblings, 0 replies; 6+ messages in thread From: Jes Sorensen @ 2023-05-09 17:27 UTC (permalink / raw) To: NeilBrown; +Cc: Kernel.org-Linux-RAID, Mariusz Tkaczyk On 5/8/23 17:04, NeilBrown wrote: > On Tue, 09 May 2023, Jes Sorensen wrote: >> On 4/10/23 17:54, NeilBrown wrote: >>> On Tue, 11 Apr 2023, Jes Sorensen wrote: >>>> Hi, >>>> >>>> I bumped the minimum kernel version required for mdadm to 2.6.32. >>>> >>>> Should we drop support for anything prior to 3.10 at this point, since >>>> RHEL7 is 3.10 based and SLES12 seems to be 3.12 based. >>>> >>>> Thoughts? >>> >>> When you talk about changing the required kernel version, I would find >>> it helpful if you at least mention what actual kernel features you now >>> want to depend on - at least the more significant ones. >>> >>> Aside from features, I'd rather think about how old the kernel is. >>> 2.6.32 is over 13 years old. >>> 3.10 is very nearly 10 years old. >>> If there is something significant that landed in 3.10 that we want to >>> depend on, then requiring that seems perfectly reasonable. >>> >>> I think the oldest SLE kernel that you might care about would be 4.12 >>> (SLE12-SP5 - nearly 6 years old). Anyone using an older SLE release >>> values stability over new functionality and is not going to be trialling >>> a new mdadm. >> >> Hi Neil, >> >> I guess my mindset is more that I don't expect RHEL/SLES grade distros >> to fully upgrade mdadm, but I do see them backporting changes occasionally. >> >> I was mostly basing my question on what I see us testing for in the >> actual code. Dropping support for anything prior to SLES 12 (4.12) and >> RHEL 8 (kernel 4.18) seems fair. > > So where you say "dropping support" you don't actually mean removing any > code, but only that you will document somewhere that no effort will be > made support, or test against, earlier kernels. Is that correct? > Sounds reasonable to me. There may be a few removals, or at least checks for linux kernel being more recent than X. Otherwise yes, not planning on proactively ripping anything out. Cheers, Jes ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-05-09 17:27 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-04-10 15:49 mdadm minimum kernel version requirements? Jes Sorensen 2023-04-10 21:54 ` NeilBrown 2023-04-12 13:52 ` Mariusz Tkaczyk 2023-05-08 20:22 ` Jes Sorensen 2023-05-08 21:04 ` NeilBrown 2023-05-09 17:27 ` Jes Sorensen
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 NNTP newsgroup(s).