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