Linux IIO development
 help / color / mirror / Atom feed
* [PULL] Counter fixes for 6.15
@ 2025-05-11  6:43 William Breathitt Gray
  2025-05-21 12:07 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: William Breathitt Gray @ 2025-05-11  6:43 UTC (permalink / raw)
  To: gregkh, linux-iio

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:

  Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.15

for you to fetch changes up to 7351312632e831e51383f48957d47712fae791ef:

  counter: interrupt-cnt: Protect enable/disable OPs with mutex (2025-05-03 08:45:11 +0900)

----------------------------------------------------------------
Counter fixes for 6.15

A fix to prevent a race condition when accessing the Count enable
component in interrupt-cnt.

----------------------------------------------------------------
Alexander Sverdlin (1):
      counter: interrupt-cnt: Protect enable/disable OPs with mutex

 drivers/counter/interrupt-cnt.c | 9 +++++++++
 1 file changed, 9 insertions(+)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PULL] Counter fixes for 6.15
  2025-05-11  6:43 [PULL] Counter fixes for 6.15 William Breathitt Gray
@ 2025-05-21 12:07 ` Greg KH
  2025-05-22 10:13   ` William Breathitt Gray
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2025-05-21 12:07 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Sun, May 11, 2025 at 03:43:29PM +0900, William Breathitt Gray wrote:
> The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
> 
>   Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.15
> 
> for you to fetch changes up to 7351312632e831e51383f48957d47712fae791ef:
> 
>   counter: interrupt-cnt: Protect enable/disable OPs with mutex (2025-05-03 08:45:11 +0900)
> 
> ----------------------------------------------------------------
> Counter fixes for 6.15
> 
> A fix to prevent a race condition when accessing the Count enable
> component in interrupt-cnt.

I took this into my -next branch BUT for some reason you have this
commit with a Fixes: tag but NO Cc: stable tag.  Which means it will not
get pulled into the stable trees automatically.  Are you sure you wanted
to do that?

thanks,

greg k-h

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

* Re: [PULL] Counter fixes for 6.15
  2025-05-21 12:07 ` Greg KH
@ 2025-05-22 10:13   ` William Breathitt Gray
  2025-05-22 11:12     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: William Breathitt Gray @ 2025-05-22 10:13 UTC (permalink / raw)
  To: Greg KH; +Cc: William Breathitt Gray, linux-iio

On Wed, May 21, 2025 at 02:07:29PM +0200, Greg KH wrote:
> On Sun, May 11, 2025 at 03:43:29PM +0900, William Breathitt Gray wrote:
> > The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
> >
> >   Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.15
> >
> > for you to fetch changes up to 7351312632e831e51383f48957d47712fae791ef:
> >
> >   counter: interrupt-cnt: Protect enable/disable OPs with mutex (2025-05-03 08:45:11 +0900)
> >
> > ----------------------------------------------------------------
> > Counter fixes for 6.15
> >
> > A fix to prevent a race condition when accessing the Count enable
> > component in interrupt-cnt.
> 
> I took this into my -next branch BUT for some reason you have this
> commit with a Fixes: tag but NO Cc: stable tag.  Which means it will not
> get pulled into the stable trees automatically.  Are you sure you wanted
> to do that?

Sorry, the missing Cc: stable tag was an oversight; this fix should be
pulled into the stable trees as well. What would be the best way for me
to resolve this, should I RESEND the patch with the appropriate tag and
Cc stable@vger.kernel.org?

Thanks,

William Breathitt Gray

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

* Re: [PULL] Counter fixes for 6.15
  2025-05-22 10:13   ` William Breathitt Gray
@ 2025-05-22 11:12     ` Greg KH
  2025-05-22 11:17       ` William Breathitt Gray
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2025-05-22 11:12 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Thu, May 22, 2025 at 07:13:22PM +0900, William Breathitt Gray wrote:
> On Wed, May 21, 2025 at 02:07:29PM +0200, Greg KH wrote:
> > On Sun, May 11, 2025 at 03:43:29PM +0900, William Breathitt Gray wrote:
> > > The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
> > >
> > >   Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.15
> > >
> > > for you to fetch changes up to 7351312632e831e51383f48957d47712fae791ef:
> > >
> > >   counter: interrupt-cnt: Protect enable/disable OPs with mutex (2025-05-03 08:45:11 +0900)
> > >
> > > ----------------------------------------------------------------
> > > Counter fixes for 6.15
> > >
> > > A fix to prevent a race condition when accessing the Count enable
> > > component in interrupt-cnt.
> > 
> > I took this into my -next branch BUT for some reason you have this
> > commit with a Fixes: tag but NO Cc: stable tag.  Which means it will not
> > get pulled into the stable trees automatically.  Are you sure you wanted
> > to do that?
> 
> Sorry, the missing Cc: stable tag was an oversight; this fix should be
> pulled into the stable trees as well. What would be the best way for me
> to resolve this, should I RESEND the patch with the appropriate tag and
> Cc stable@vger.kernel.org?

It's already in my trees, so it can't be changed.  Just remember when it
hits Linus's tree to send the git id to the stable list to ensure that
it gets included there.

thanks,

greg k-h

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

* Re: [PULL] Counter fixes for 6.15
  2025-05-22 11:12     ` Greg KH
@ 2025-05-22 11:17       ` William Breathitt Gray
  0 siblings, 0 replies; 5+ messages in thread
From: William Breathitt Gray @ 2025-05-22 11:17 UTC (permalink / raw)
  To: Greg KH; +Cc: William Breathitt Gray, linux-iio

On Thu, May 22, 2025 at 01:12:44PM +0200, Greg KH wrote:
> On Thu, May 22, 2025 at 07:13:22PM +0900, William Breathitt Gray wrote:
> > On Wed, May 21, 2025 at 02:07:29PM +0200, Greg KH wrote:
> > > On Sun, May 11, 2025 at 03:43:29PM +0900, William Breathitt Gray wrote:
> > > > The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
> > > >
> > > >   Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.15
> > > >
> > > > for you to fetch changes up to 7351312632e831e51383f48957d47712fae791ef:
> > > >
> > > >   counter: interrupt-cnt: Protect enable/disable OPs with mutex (2025-05-03 08:45:11 +0900)
> > > >
> > > > ----------------------------------------------------------------
> > > > Counter fixes for 6.15
> > > >
> > > > A fix to prevent a race condition when accessing the Count enable
> > > > component in interrupt-cnt.
> > >
> > > I took this into my -next branch BUT for some reason you have this
> > > commit with a Fixes: tag but NO Cc: stable tag.  Which means it will not
> > > get pulled into the stable trees automatically.  Are you sure you wanted
> > > to do that?
> >
> > Sorry, the missing Cc: stable tag was an oversight; this fix should be
> > pulled into the stable trees as well. What would be the best way for me
> > to resolve this, should I RESEND the patch with the appropriate tag and
> > Cc stable@vger.kernel.org?
> 
> It's already in my trees, so it can't be changed.  Just remember when it
> hits Linus's tree to send the git id to the stable list to ensure that
> it gets included there.
> 
> thanks,
> 
> greg k-h

Thanks for the heads-up, will do!

William Breathitt Gray

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

end of thread, other threads:[~2025-05-22 11:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-11  6:43 [PULL] Counter fixes for 6.15 William Breathitt Gray
2025-05-21 12:07 ` Greg KH
2025-05-22 10:13   ` William Breathitt Gray
2025-05-22 11:12     ` Greg KH
2025-05-22 11:17       ` William Breathitt Gray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox