mirror_zfs/module/os/linux/spl
Jitendra Patidar f6fce8e12a Fix issig() to check signal_pending after dequeue SIGSTOP/SIGTSTP
When process got SIGSTOP/SIGTSTP, issig() dequeue them and return 0.
But process could still have another signal pending after dequeue. So,
after dequeue, check and return 1, if signal_pending.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jitendra Patidar <jitendra.patidar@nutanix.com>
Closes #16464
2024-11-14 15:20:10 -08:00
..
README.md
spl-atomic.c
spl-condvar.c linux spl: fix typo in top comment of spl-condvar.c 2024-01-29 14:53:29 -08:00
spl-cred.c Linux 6.3 compat: idmapped mount API changes 2023-04-10 14:15:36 -07:00
spl-err.c Fix declarations of non-global variables 2022-10-18 11:05:32 -07:00
spl-generic.c Linux: Fix octal detection in define_ddi_strtox() 2023-03-08 13:52:09 -08:00
spl-kmem-cache.c Linux: Report reclaimable memory to kernel as such (#16385) 2024-11-14 15:20:06 -08:00
spl-kmem.c
spl-kstat.c Linux 6.8 compat: implement strlcpy fallback 2024-01-29 14:53:29 -08:00
spl-proc.c Linux 6.11: avoid passing "end" sentinel to register_sysctl() 2024-08-22 15:42:14 -07:00
spl-procfs-list.c Linux 6.1 compat: change order of sys/mutex.h includes 2022-10-18 12:29:44 -07:00
spl-shrinker.c linux 6.7 compat: rework shrinker setup for heap allocations 2023-12-21 11:03:08 -08:00
spl-taskq.c Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150) 2024-11-13 10:17:08 -08:00
spl-thread.c Fix issig() to check signal_pending after dequeue SIGSTOP/SIGTSTP 2024-11-14 15:20:10 -08:00
spl-trace.c
spl-tsd.c
spl-vmem.c
spl-xdr.c xdr: header cleanup 2024-04-29 13:50:05 -07:00
spl-zlib.c Linux: Report reclaimable memory to kernel as such (#16385) 2024-11-14 15:20:06 -08:00
spl-zone.c Linux 6.8 compat: implement strlcpy fallback 2024-01-29 14:53:29 -08:00
THIRDPARTYLICENSE.gplv2
THIRDPARTYLICENSE.gplv2.descrip

The Solaris Porting Layer, SPL, is a Linux kernel module which provides a compatibility layer used by the OpenZFS project.

Installation

The latest version of the SPL is maintained as part of this repository. Only when building ZFS version 0.7.x or earlier must an external SPL release be used. These releases can be found at:

Release

The SPL is released under a GPLv2 license.
For more details see the NOTICE and THIRDPARTYLICENSE files; UCRL-CODE-235197