search for: recalc_sigpending

Displaying 9 results from an estimated 9 matches for "recalc_sigpending".

2023 May 22
1
[PATCH 1/3] signal: Don't always put SIGKILL in shared_pending
When get_pending detects the task has been marked to be killed we try to clean up the SIGKLL by doing a sigdelset and recalc_sigpending, but we still leave it in shared_pending. If the signal is being short circuit delivered there is no need to put in shared_pending so this adds a check in complete_signal. This patch was modified from Eric Biederman <ebiederm at xmission.com> original patch. Signed-off-by: Mike Christie &lt...
2002 Apr 22
1
Re: [PATCH] open files in kjounald (2)
.../jbd/journal.c Mon Apr 22 06:28:54 2002 +++ linux/fs/jbd/journal.c Mon Apr 22 06:29:16 2002 @@ -204,7 +204,6 @@ lock_kernel(); daemonize(); + exit_files(current); spin_lock_irq(&current->sigmask_lock); sigfillset(&current->blocked); recalc_sigpending(current);
2019 Aug 01
1
[PATCH] drm/nouveau: Only release VCPI slots on mode changes
...rm_mode_setcrtc+0x194/0x6a0 [drm] ? vprintk_emit+0x16a/0x230 ? drm_ioctl+0x163/0x390 [drm] ? drm_mode_getcrtc+0x180/0x180 [drm] drm_ioctl_kernel+0xaa/0xf0 [drm] drm_ioctl+0x208/0x390 [drm] ? drm_mode_getcrtc+0x180/0x180 [drm] nouveau_drm_ioctl+0x63/0xb0 [nouveau] do_vfs_ioctl+0x405/0x660 ? recalc_sigpending+0x17/0x50 ? _copy_from_user+0x37/0x60 ksys_ioctl+0x5e/0x90 ? exit_to_usermode_loop+0x92/0xe0 __x64_sys_ioctl+0x16/0x20 do_syscall_64+0x59/0x190 entry_SYSCALL_64_after_hwframe+0x44/0xa9 WARNING: CPU: 0 PID: 1484 at drivers/gpu/drm/drm_dp_mst_topology.c:3336 drm_dp_atomic_release_vcpi_slots+0x8...
2002 Apr 22
3
[PATCH] open files in kjounald
.../journal.c Mon Apr 22 06:29:16 2002 +++ linux.ori/fs/jbd/journal.c Mon Apr 22 06:28:54 2002 @@ -204,7 +204,6 @@ lock_kernel(); daemonize(); - exit_files(current); spin_lock_irq(&current->sigmask_lock); sigfillset(&current->blocked); recalc_sigpending(current);
2009 Mar 26
3
Install Zimbra on a Xen DomU
...0 00000000 00000001 Call Trace: [<c0252676>] unmap_vmas+0x4e6/0x860 [<c02029a0>] xen_do_pin+0x20/0x80 [<c0257024>] exit_mmap+0x74/0xf0 [<c021f693>] mmput+0x33/0xa0 [<c022484e>] do_exit+0x13e/0x6a0 [<c022b6c0>] __dequeue_signal+0x10/0x1c0 [<c022b0ab>] recalc_sigpending+0xb/0x20 [<c0224dd6>] do_group_exit+0x26/0x90 [<c022d4a7>] get_signal_to_deliver+0x247/0x340 [<c021b8d0>] default_wake_function+0x0/0x10 [<c0206209>] do_notify_resume+0xd9/0x780 [<c0215e2e>] do_page_fault+0x13e/0xa20 [<c023e0ed>] sys_futex+0x9d/0x110 [<...
2010 Oct 14
1
KVM instance keep crashing
...[<ffffffff80055336>] sock_sendmsg+0xf8/0x14a Oct 14 16:25:09 localhost kernel: [<ffffffff800a0abe>] autoremove_wake_function+0x0/0x2e Oct 14 16:25:09 localhost kernel: [<ffffffff80098f3b>] __dequeue_signal+0x12d/0x193 Oct 14 16:25:09 localhost kernel: [<ffffffff8009899d>] recalc_sigpending+0xe/0x25 Oct 14 16:25:09 localhost kernel: [<ffffffff8009a0db>] dequeue_signal+0x47/0xcd Oct 14 16:25:09 localhost kernel: [<ffffffff80070b89>] init_fpu+0x62/0x7f Oct 14 16:25:09 localhost kernel: [<ffffffff8006beee>] math_state_restore+0x23/0x4c Oct 14 16:25:09 localhost kerne...
2023 May 22
3
[PATCH 0/3] vhost: Fix freezer/ps regressions
The following patches made over Linus's tree fix the 2 bugs: 1. vhost worker task shows up as a process forked from the parent that did VHOST_SET_OWNER ioctl instead of a process under root/kthreadd. This was causing breaking scripts. 2. vhost_tasks didn't disable or add support for freeze requests. The following patches fix these issues by making the vhost_task task a thread under the
2006 Oct 01
4
Kernel BUG at arch/x86_64/mm/../../i386/mm/hypervisor.c:197
...:53:48 waff [<ffffffff80285573>] mm_pin+0x183/0x220 1 20:53:48 waff [<ffffffff80285622>] _arch_dup_mmap+0x12/0x20 1 20:53:48 waff [<ffffffff802220b0>] copy_process+0xc50/0x1870 1 20:53:48 waff [<ffffffff8023680f>] do_fork+0xef/0x210 1 20:53:48 waff [<ffffffff8029c652>] recalc_sigpending+0x12/0x20 1 20:53:48 waff [<ffffffff8022005d>] sigprocmask+0xfd/0x110 1 20:53:48 waff [<ffffffff80269662>] system_call+0x86/0x8b 1 20:53:48 waff [<ffffffff802767c3>] sys_clone+0x23/0x30 1 20:53:48 waff [<ffffffff80269a71>] ptregscall_common+0x3d/0x64 1 20:53:48 waff 1 20:53...
2009 Feb 27
28
[Bug 20341] New: NV31 lockup
http://bugs.freedesktop.org/show_bug.cgi?id=20341 Summary: NV31 lockup Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: detringj at