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 <[email protected]>
----------------------------------------------------------------
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(-)
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
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 <[email protected]>
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(-)
>
On Fri, Jun 17, 2022 at 9:50 AM Nathan Chancellor <[email protected]> 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
On June 17, 2022 6:59:50 PM GMT+02:00, Linus Torvalds <[email protected]> wrote:
>On Fri, Jun 17, 2022 at 9:50 AM Nathan Chancellor <[email protected]> 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
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 <[email protected]> wrote:
> >On Fri, Jun 17, 2022 at 9:50 AM Nathan Chancellor <[email protected]> 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