mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes 5.19-rc3
@ 2022-06-17  8:15 Greg KH
  2022-06-17 15:00 ` pr-tracker-bot
  2022-06-17 16:50 ` Nathan Chancellor
  0 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2022-06-17  8:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.19-rc3

for you to fetch changes up to 0a35780c755ccec097d15c6b4ff8b246a89f1689:

  eeprom: at25: Split reads into chunks and cap write size (2022-06-10 16:42:48 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.19-rc3

Here are some small char/misc driver fixes for 5.19-rc3 that resolve
some reported issues.

They include:
	- mei driver fixes
	- comedi driver fix
	- rtsx build warning fix
	- fsl-mc-bus driver fix

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Brad Bishop (1):
      eeprom: at25: Split reads into chunks and cap write size

Miaoqian Lin (1):
      misc: atmel-ssc: Fix IRQ check in ssc_probe

Shreenidhi Shedi (1):
      char: lp: remove redundant initialization of err

 drivers/char/lp.c          |  2 +-
 drivers/misc/atmel-ssc.c   |  4 +-
 drivers/misc/eeprom/at25.c | 93 ++++++++++++++++++++++++++--------------------
 3 files changed, 56 insertions(+), 43 deletions(-)

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

* Re: [GIT PULL] Char/Misc driver fixes 5.19-rc3
  2022-06-17  8:15 [GIT PULL] Char/Misc driver fixes 5.19-rc3 Greg KH
@ 2022-06-17 15:00 ` pr-tracker-bot
  2022-06-17 16:50 ` Nathan Chancellor
  1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-06-17 15:00 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

The pull request you sent on Fri, 17 Jun 2022 10:15:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.19-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f0ec9c65a8d67e50a16745e62a336355ddf5d03e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] Char/Misc driver fixes 5.19-rc3
  2022-06-17  8:15 [GIT PULL] Char/Misc driver fixes 5.19-rc3 Greg KH
  2022-06-17 15:00 ` pr-tracker-bot
@ 2022-06-17 16:50 ` Nathan Chancellor
  2022-06-17 16:59   ` Linus Torvalds
  1 sibling, 1 reply; 6+ messages in thread
From: Nathan Chancellor @ 2022-06-17 16:50 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

Hi Greg,

On Fri, Jun 17, 2022 at 10:15:34AM +0200, Greg KH wrote:
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.19-rc3
> 
> for you to fetch changes up to 0a35780c755ccec097d15c6b4ff8b246a89f1689:
> 
>   eeprom: at25: Split reads into chunks and cap write size (2022-06-10 16:42:48 +0200)
> 
> ----------------------------------------------------------------
> Char/Misc driver fixes for 5.19-rc3
> 
> Here are some small char/misc driver fixes for 5.19-rc3 that resolve
> some reported issues.
> 
> They include:
> 	- mei driver fixes
> 	- comedi driver fix
> 	- rtsx build warning fix
> 	- fsl-mc-bus driver fix
> 
> All of these have been in linux-next for a while with no reported
> issues.
> 
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

I think you tagged the wrong branch (char-misc-next vs. char-misc-linus)?
The commits below do not match the tag description above.

Cheers,
Nathan

> ----------------------------------------------------------------
> Brad Bishop (1):
>       eeprom: at25: Split reads into chunks and cap write size
> 
> Miaoqian Lin (1):
>       misc: atmel-ssc: Fix IRQ check in ssc_probe
> 
> Shreenidhi Shedi (1):
>       char: lp: remove redundant initialization of err
> 
>  drivers/char/lp.c          |  2 +-
>  drivers/misc/atmel-ssc.c   |  4 +-
>  drivers/misc/eeprom/at25.c | 93 ++++++++++++++++++++++++++--------------------
>  3 files changed, 56 insertions(+), 43 deletions(-)
> 

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

* Re: [GIT PULL] Char/Misc driver fixes 5.19-rc3
  2022-06-17 16:50 ` Nathan Chancellor
@ 2022-06-17 16:59   ` Linus Torvalds
  2022-06-17 17:43     ` Greg K-H
  0 siblings, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2022-06-17 16:59 UTC (permalink / raw)
  To: Nathan Chancellor
  Cc: Greg KH, Andrew Morton, Arnd Bergmann, Linux Kernel Mailing List

On Fri, Jun 17, 2022 at 9:50 AM Nathan Chancellor <nathan@kernel.org> wrote:
>
> I think you tagged the wrong branch (char-misc-next vs. char-misc-linus)?
> The commits below do not match the tag description above.

Good catch. I verified the diffstat etc, but yeah, the actual
explanation in the tag doesn't match the contents.

It's pulled now, and the code changes look fairly harmless, but I
suspect Greg will want to send a real pull for the changes that were
intended to come in here..

                   Linus

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

* Re: [GIT PULL] Char/Misc driver fixes 5.19-rc3
  2022-06-17 16:59   ` Linus Torvalds
@ 2022-06-17 17:43     ` Greg K-H
  2022-06-19 11:32       ` Greg K-H
  0 siblings, 1 reply; 6+ messages in thread
From: Greg K-H @ 2022-06-17 17:43 UTC (permalink / raw)
  To: Linus Torvalds, Nathan Chancellor
  Cc: Andrew Morton, Arnd Bergmann, Linux Kernel Mailing List



On June 17, 2022 6:59:50 PM GMT+02:00, Linus Torvalds <torvalds@linux-foundation.org> wrote:
>On Fri, Jun 17, 2022 at 9:50 AM Nathan Chancellor <nathan@kernel.org> wrote:
>>
>> I think you tagged the wrong branch (char-misc-next vs. char-misc-linus)?
>> The commits below do not match the tag description above.
>
>Good catch. I verified the diffstat etc, but yeah, the actual
>explanation in the tag doesn't match the contents.
>
>It's pulled now, and the code changes look fairly harmless, but I
>suspect Greg will want to send a real pull for the changes that were
>intended to come in here..
>
>                   Linus


Crap, i messed that up. I'm away from my laptop until Monday so I'll verify it then. The one time i go out of town for the weekend...

So sorry about that.

greg k-h

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

* Re: [GIT PULL] Char/Misc driver fixes 5.19-rc3
  2022-06-17 17:43     ` Greg K-H
@ 2022-06-19 11:32       ` Greg K-H
  0 siblings, 0 replies; 6+ messages in thread
From: Greg K-H @ 2022-06-19 11:32 UTC (permalink / raw)
  To: Linus Torvalds, Nathan Chancellor
  Cc: Andrew Morton, Arnd Bergmann, Linux Kernel Mailing List

On Fri, Jun 17, 2022 at 07:43:26PM +0200, Greg K-H wrote:
> 
> 
> On June 17, 2022 6:59:50 PM GMT+02:00, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> >On Fri, Jun 17, 2022 at 9:50 AM Nathan Chancellor <nathan@kernel.org> wrote:
> >>
> >> I think you tagged the wrong branch (char-misc-next vs. char-misc-linus)?
> >> The commits below do not match the tag description above.
> >
> >Good catch. I verified the diffstat etc, but yeah, the actual
> >explanation in the tag doesn't match the contents.
> >
> >It's pulled now, and the code changes look fairly harmless, but I
> >suspect Greg will want to send a real pull for the changes that were
> >intended to come in here..
> >
> >                   Linus
> 
> 
> Crap, i messed that up. I'm away from my laptop until Monday so I'll
> verify it then. The one time i go out of town for the weekend...

Heat drove us home a day early so I've now created a new tag, on the
correct branch and sent the pull request.  Sorry about the mess, all
should be good now.

greg k-h

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

end of thread, other threads:[~2022-06-19 11:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17  8:15 [GIT PULL] Char/Misc driver fixes 5.19-rc3 Greg KH
2022-06-17 15:00 ` pr-tracker-bot
2022-06-17 16:50 ` Nathan Chancellor
2022-06-17 16:59   ` Linus Torvalds
2022-06-17 17:43     ` Greg K-H
2022-06-19 11:32       ` Greg K-H

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

all inboxes | Powered by JetHome®