On 2024/10/19 3:34 AM, Bjorn Helgaas wrote:
On Tue, Sep 03, 2024 at 06:44:26PM -0700, Joseph Jang wrote:
Validate there are no duplicate hwirq from the irq debug
file system /sys/kernel/debug/irq/irqs/* per chip name.
One example log show 2 duplicated hwirq in the irq debug
file system
ew R. Ochs
Signed-off-by: Joseph Jang
---
Changes in v2:
- Changed to use $(top_srcdir) instead of hardcoding the path.
tools/testing/selftests/rtc/Makefile | 2 +-
tools/testing/selftests/rtc/rtctest.c | 64 +++
2 files changed, 65 insertions(+), 1 deletion(-)
di
On 2024/9/4 9:44 AM, Joseph Jang wrote:
Validate there are no duplicate hwirq from the irq debug
file system /sys/kernel/debug/irq/irqs/* per chip name.
One example log show 2 duplicated hwirq in the irq debug
file system.
$ sudo cat /sys/kernel/debug/irq/irqs/163
handler
On 2024/6/24 9:43 AM, Joseph Jang wrote:
On 2024/6/21 3:36 AM, Alexandre Belloni wrote:
On 23/05/2024 18:38:06-0700, Joseph Jang wrote:
In alarm_wkalm_set and alarm_wkalm_set_minute test, they use different
ioctl (RTC_ALM_SET/RTC_WKALM_SET) for alarm feature detection. They will
skip
On 2024/9/25 3:57 AM, Shuah Khan wrote:
On 9/24/24 13:31, Alexandre Belloni wrote:
Hello,
On 24/09/2024 10:05:43-0600, Shuah Khan wrote:
On 9/23/24 23:37, Joseph Jang wrote:
Hi Alexandre,
Thank you for looking at the rtc patch.
I saw you Acked the [PATCH 2/2], not sure when could we see
Hi Alexandre,
Thank you for looking at the rtc patch.
I saw you Acked the [PATCH 2/2], not sure when could we see the patch
in kernel master or next branch ?
Thank you,
Joseph.
On 2024/6/21 3:37 AM, Alexandre Belloni wrote:
On 23/05/2024 18:38:07-0700, Joseph Jang wrote:
The rtctest requires
[1]: https://lore.kernel.org/all/20240115135649.708536-1-vid...@nvidia.com/
Signed-off-by: Joseph Jang
Reviewed-by: Matthew R. Ochs
---
tools/testing/selftests/drivers/irq/Makefile | 5 +++
tools/testing/selftests/drivers/irq/config| 2 +
.../selftests/drivers/irq/irq-check.sh
issues. The new timeout handler will dump disk
sleep task call trace at first round timeout and trigger kernel panic
at second round timeout.
The default timer for each round is defined in
CONFIG_PM_SUSPEND_WATCHDOG_TIMEOUT.
Signed-off-by: Joseph Jang
---
Changes since v5:
- Remove MAINTAINERS update
issues. The new timeout handler will dump disk
sleep task call trace at first round timeout and trigger kernel panic
at second round timeout.
The default timer for each round is defined in
CONFIG_PM_SUSPEND_WATCHDOG_TIMEOUT.
Signed-off-by: Joseph Jang
---
Changes since v4:
- Change #define
issues. The new timeout handler will dump disk
sleep task call trace at first round timeout and trigger kernel panic
at second round timeout.
The default timer for each round is defined in
CONFIG_PM_SUSPEND_WATCHDOG_TIMEOUT.
Signed-off-by: Joseph Jang
---
Changes since v3:
- Change the naming from
handler to cover more sleep hang issues. The new
timeout handler will dump disk sleep task at first round timeout and
trigger kernel panic at second round timeout.
The default timer for each round is defined in
CONFIG_PM_SLEEP_TIMER_TIMEOUT.
Signed-off-by: Joseph Jang
---
Changes since v2:
- Add
dump disk sleep task at first
round timeout and trigger kernel panic at second round timeout.
The default timer for each round is defined in
CONFIG_PM_SLEEP_TIMER_TIMEOUT.
Signed-off-by: Joseph Jang
---
Changes in v2:
- Add commit message to explain why remove dpm_watchdog.
- Remove dpm_watchdog
disk sleep task at first
round timeout and trigger kernel panic at second round timeout.
The default timer for each round is defined in
CONFIG_PM_SLEEP_TIMER_TIMEOUT.
Signed-off-by: Joseph Jang
---
drivers/base/power/main.c| 69 ---
include/linux/console.h | 1
-off-by: Joseph Jang
---
MAINTAINERS | 2 +
include/linux/console.h | 1 +
include/linux/suspend_timer.h | 90 +++
kernel/power/Kconfig | 15 ++
kernel/power/suspend.c| 19
kernel/printk/printk.c| 5
Yes, I agree.
Rafael J. Wysocki 於 2020年10月16日 週五 下午9:24寫道:
>
> On Fri, Oct 16, 2020 at 3:22 PM wrote:
> >
> > Thank you Rafael's promptly response.
> >
> > > On Fri, Oct 16, 2020 at 5:51 AM Joseph Jang wrote:
> > > >
> > > > Fr
Thanks Petr promptly response.
On Fri 2020-10-16 11:51:09, Joseph Jang wrote:
> From: josephjang
>
> Add suspend timeout handler to prevent device stuck during suspend/
> resume process. Suspend timeout handler will dump disk sleep task
> at first round timeout and trigger kernel
Thank you Greg's promptly reply.
let me try to explain detail in following. Sorry I forgot to switch to
plain text mode in gmail.
On Fri, Oct 16, 2020 at 11:51:09AM +0800, Joseph Jang wrote:
> From: josephjang
Please use your name as spelled out like you did above in the email
header.
From: josephjang
Add suspend timeout handler to prevent device stuck during suspend/
resume process. Suspend timeout handler will dump disk sleep task
at first round timeout and trigger kernel panic at second round timeout.
The default timer for each round is 30 seconds.
Note: Can use following
18 matches
Mail list logo