mbox series

[GIT,PULL,REQUEST] watchdog - v6.10 release cycle (fixes).

Message ID 20240625133151.GA1554@www.linux-watchdog.org (mailing list archive)
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.10 release cycle (fixes). | expand

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

Message

Wim Van Sebroeck June 25, 2024, 1:31 p.m. UTC
Hi Linus,

Please pull following watchdog changes for the v6.10 release cycle.

This series contains:
* lenovo_se10_wdt: add HAS_IOPORT dependency
* add missing MODULE_DESCRIPTION() macros

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

for you to fetch changes up to acf9e67a7625367b89440855572b29c5ec19dd20:

  watchdog: add missing MODULE_DESCRIPTION() macros (2024-06-15 12:49:57 +0200)

----------------------------------------------------------------
linux-watchdog 6.10-rc-fixes tag

----------------------------------------------------------------
Arnd Bergmann (1):
      watchdog: lenovo_se10_wdt: add HAS_IOPORT dependency

Jeff Johnson (1):
      watchdog: add missing MODULE_DESCRIPTION() macros

 drivers/watchdog/Kconfig           | 1 +
 drivers/watchdog/menz69_wdt.c      | 1 +
 drivers/watchdog/omap_wdt.c        | 1 +
 drivers/watchdog/simatic-ipc-wdt.c | 1 +
 drivers/watchdog/ts4800_wdt.c      | 1 +
 drivers/watchdog/twl4030_wdt.c     | 1 +
 6 files changed, 6 insertions(+)
----------------------------------------------------------------

Kind regards,
Wim.

Comments

Linus Torvalds June 26, 2024, 3:50 p.m. UTC | #1
On Tue, 25 Jun 2024 at 06:51, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
>   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

ENOSUCHTAG.

I do see the commit you mention in HEAD, but there's no actual signed
tag referencing it.

Forgot to push out (and then didn't react to the error messages that
git request-pull gave you)?

             Linus
Wim Van Sebroeck June 30, 2024, 9:14 a.m. UTC | #2
Hi Linus,

> On Tue, 25 Jun 2024 at 06:51, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> >
> >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes
> 
> ENOSUCHTAG.
> 
> I do see the commit you mention in HEAD, but there's no actual signed
> tag referencing it.
> 
> Forgot to push out (and then didn't react to the error messages that
> git request-pull gave you)?

It didn't gave me any warnings, so I took time to investigate it this morning.
Turns out I did not do it on the linux-watchdog tree but on the linux-watchog-next tree :-( .
Such a stupid mistake from my side...

I'll fix it and will come back.

Kind regards,
Wim.
Wim Van Sebroeck June 30, 2024, 9:44 a.m. UTC | #3
Hi Linus,

> > On Tue, 25 Jun 2024 at 06:51, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> > >
> > >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes
> > 
> > ENOSUCHTAG.
> > 
> > I do see the commit you mention in HEAD, but there's no actual signed
> > tag referencing it.
> > 
> > Forgot to push out (and then didn't react to the error messages that
> > git request-pull gave you)?
> 
> It didn't gave me any warnings, so I took time to investigate it this morning.
> Turns out I did not do it on the linux-watchdog tree but on the linux-watchog-next tree :-( .
> Such a stupid mistake from my side...
> 
> I'll fix it and will come back.

It's fixed now. Tag is on the correct tree. (Actually on both trees :-) ).

Kind regards,
Wim.
pr-tracker-bot@kernel.org June 30, 2024, 3:46 p.m. UTC | #4
The pull request you sent on Tue, 25 Jun 2024 15:31:51 +0200:

> git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.10-rc-fixes

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

Thank you!