Message ID | 20210309181206.GT4931@dell (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | [GIT,PULL] Immutable branch between MFD and Platform/X86 due for the v5.13 merge window | expand |
Hi Lee, On 3/9/21 7:12 PM, Lee Jones wrote: > Enjoy! > > The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: > > Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) I thought we were supposed to avoid using 5.12-rc1 as a base to avoid people hitting the swapfile related disk-corruption when bisecting? See: https://lwn.net/Articles/848431/ So it might be better to redo this branch with 5.12-rc2 as a base ? Regards, Hans > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-platform-x86-v5.13 > > for you to fetch changes up to ccafe3126ad3f48ea1cd9ae460c69d1ba879fb65: > > mfd: intel_pmt: Add support for DG1 (2021-03-09 17:05:25 +0000) > > ---------------------------------------------------------------- > Immutable branch between MFD and Platform/X86 due for the v5.13 merge window > > ---------------------------------------------------------------- > David E. Box (2): > mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilities > mfd: intel_pmt: Add support for DG1 > > drivers/mfd/intel_pmt.c | 112 +++++++++++++++++++---------- > drivers/platform/x86/intel_pmt_class.c | 46 ++++++++++++ > drivers/platform/x86/intel_pmt_class.h | 1 + > drivers/platform/x86/intel_pmt_telemetry.c | 20 ------ > 4 files changed, 122 insertions(+), 57 deletions(-) >
On Tue, 09 Mar 2021, Hans de Goede wrote: > Hi Lee, > > On 3/9/21 7:12 PM, Lee Jones wrote: > > Enjoy! > > > > The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: > > > > Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) > > I thought we were supposed to avoid using 5.12-rc1 as a base to avoid people > hitting the swapfile related disk-corruption when bisecting? > > See: https://lwn.net/Articles/848431/ Interesting. First I'd heard of it. > So it might be better to redo this branch with 5.12-rc2 as a base ? I already have 3 immutable branches based on -rc1. Will need to look further into this to see what I can do. Please bear with me. > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-platform-x86-v5.13 > > > > for you to fetch changes up to ccafe3126ad3f48ea1cd9ae460c69d1ba879fb65: > > > > mfd: intel_pmt: Add support for DG1 (2021-03-09 17:05:25 +0000) > > > > ---------------------------------------------------------------- > > Immutable branch between MFD and Platform/X86 due for the v5.13 merge window > > > > ---------------------------------------------------------------- > > David E. Box (2): > > mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilities > > mfd: intel_pmt: Add support for DG1 > > > > drivers/mfd/intel_pmt.c | 112 +++++++++++++++++++---------- > > drivers/platform/x86/intel_pmt_class.c | 46 ++++++++++++ > > drivers/platform/x86/intel_pmt_class.h | 1 + > > drivers/platform/x86/intel_pmt_telemetry.c | 20 ------ > > 4 files changed, 122 insertions(+), 57 deletions(-) > > >
On Tue, 09 Mar 2021, Lee Jones wrote: > On Tue, 09 Mar 2021, Hans de Goede wrote: > > > Hi Lee, > > > > On 3/9/21 7:12 PM, Lee Jones wrote: > > > Enjoy! > > > > > > The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: > > > > > > Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) > > > > I thought we were supposed to avoid using 5.12-rc1 as a base to avoid people > > hitting the swapfile related disk-corruption when bisecting? > > > > See: https://lwn.net/Articles/848431/ > > Interesting. First I'd heard of it. > > > So it might be better to redo this branch with 5.12-rc2 as a base ? > > I already have 3 immutable branches based on -rc1. > > Will need to look further into this to see what I can do. > > Please bear with me. Okay, discard this one. I'll do another first thing.