summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2025-05-06 17:26:22 +0300
committerWim Van Sebroeck <wim@linux-watchdog.org>2025-06-01 13:16:20 +0200
commit45f1884d5cf2f66736d84bc11d023a7cc82b8838 (patch)
treeb5b10da9a022620ed4e1bfb52e64f3a62bacd0e7 /scripts/objdiff
parent1aea3e1ec0e7611804c9124097eecf050bf5fdcd (diff)
downloadkernel-45f1884d5cf2f66736d84bc11d023a7cc82b8838.tar.gz
watchdog: apple: set max_hw_heartbeat_ms instead of max_timeout
The hardware only supports timeouts slightly below 3mins, but by using max_hw_heartbeat_ms we can let the kernel take care of supporting larger timeouts than that requested from userspace. Switching to max_hw_heartbeat_ms also means our set_timeout function now needs to configure the hardware to the minimum of either the requested timeout (in seconds) or the maximum supported by the user (in seconds). Signed-off-by: Florian Klink <flokli@flokli.de> Reviewed-by: Wim Van Sebroeck <wim@linux-watchdog.org> Link: https://lore.kernel.org/r/20250506142621.11428-2-flokli@flokli.de Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
p;id=33175d84ee3fa29991adb80513683e010769e807'>Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer 2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat 2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet 2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy 2011-01-18af_unix: implement socket filterAlban Crequy 2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller 2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-11-29af_unix: limit recursion levelEric Dumazet 2010-11-24af_unix: limit unix_tot_inflightEric Dumazet 2010-11-08af_unix: optimize unix_dgram_poll()Eric Dumazet 2010-11-08af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet 2010-11-08af_unix: use keyed wakeupsEric Dumazet 2010-10-26fs: allow for more than 2^31 filesEric Dumazet 2010-10-05AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy 2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-09-07UNIX: Do not loop forever at unix_autobind().Tetsuo Handa 2010-09-06net: poll() optimizationsEric Dumazet