Files
poky/meta/recipes-connectivity
NeilBrown 81e0dc80d7 nfs-utils: don't use signals to shut down nfs server.
Since Linux v2.4 it has been possible to stop all NFS server by running

   rpc.nfsd 0

i.e.  by requesting that zero threads be running.  This is preferred as
it doesn't risk killing some other process which happens to be called
"nfsd".

Since Linux v6.6 - and other stable kernels to which

  Commit: 390390240145 ("nfsd: don't allow nfsd threads to be
  signalled.")

has been backported - sending a signal no longer works to stop nfs server
threads.

This patch changes the nfsserver script to use "rpc.nfsd 0" to stop
server threads.

(From OE-Core rev: 415e73d53e5342f3f6ff6acd521ded2df3fbca1f)

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7b09ad289a36)
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-06-04 09:06:31 -07:00
..
2025-01-24 07:49:28 -08:00
2025-03-04 08:46:02 -08:00
2025-05-28 08:46:32 -07:00
2024-09-16 06:09:56 -07:00
2022-11-24 15:30:01 +00:00
2024-02-28 03:32:09 -10:00
2022-05-04 13:07:34 +01:00
2025-04-11 08:36:02 -07:00
2025-05-28 08:46:32 -07:00
2025-02-15 06:04:44 -08:00
2025-05-02 08:12:41 -07:00
2021-08-02 15:44:10 +01:00
2022-12-07 15:02:45 +00:00
2025-01-24 07:49:28 -08:00