David Howells
087b96adc6
afs: Fix dynamic root lookup DNS check
...
[ Upstream commit 74cef6872ceaefb5b6c5c60641371ea28702d358 ]
In the afs dynamic root directory, the ->lookup() function does a DNS check
on the cell being asked for and if the DNS upcall reports an error it will
report an error back to userspace (typically ENOENT).
However, if a failed DNS upcall returns a new-style result, it will return
a valid result, with the status field set appropriately to indicate the
type of failure - and in that case, dns_query() doesn't return an error and
we let stat() complete with no error - which can cause confusion in
userspace as subsequent calls that trigger d_automount then fail with
ENOENT.
Fix this by checking the status result from a valid dns_query() and
returning an error if it indicates a failure.
Fixes: bbb4c4323a ("dns: Allow the dns resolver to retrieve a server set")
Reported-by: Markus Suvanto <markus.suvanto@gmail.com >
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=216637
Signed-off-by: David Howells <dhowells@redhat.com >
Tested-by: Markus Suvanto <markus.suvanto@gmail.com >
cc: Marc Dionne <marc.dionne@auristor.com >
cc: linux-afs@lists.infradead.org
Signed-off-by: Sasha Levin <sashal@kernel.org >
2024-01-01 12:38:57 +00:00
..
2023-11-28 17:07:01 +00:00
2022-05-09 16:21:44 -04:00
2023-02-01 08:34:08 +01:00
2024-01-01 12:38:57 +00:00
2023-09-23 11:10:59 +02:00
2022-08-02 12:34:03 -04:00
2022-05-09 16:21:44 -04:00
2023-12-20 17:00:26 +01:00
2022-09-24 07:00:00 +02:00
2023-11-08 14:11:02 +01:00
2023-03-10 09:33:52 +01:00
2022-12-31 13:32:22 +01:00
2023-03-10 09:34:09 +01:00
2023-05-11 23:03:00 +09:00
2022-12-31 13:31:58 +01:00
2023-09-13 09:43:02 +02:00
2022-10-06 17:31:02 -07:00
2022-10-21 11:09:40 +02:00
2022-05-09 16:21:45 -04:00
2023-10-10 22:00:39 +02:00
2023-11-28 17:07:00 +00:00
2022-08-17 17:25:04 -04:00
2023-09-23 11:11:05 +02:00
2023-12-20 17:00:25 +01:00
2023-11-28 17:07:19 +00:00
2022-10-11 17:42:58 -06:00
2022-08-02 12:34:03 -04:00
2023-02-22 12:59:43 +01:00
2023-12-20 17:00:20 +01:00
2023-11-28 17:07:04 +00:00
2023-03-10 09:34:07 +01:00
2023-05-24 17:32:34 +01:00
2022-09-19 22:46:25 +02:00
2022-05-09 16:21:45 -04:00
2022-12-31 13:33:05 +01:00
2023-12-08 08:51:20 +01:00
2022-10-12 11:00:22 -07:00
2023-11-28 17:07:13 +00:00
2023-07-19 16:22:11 +02:00
2023-11-28 17:06:59 +00:00
2023-07-19 16:21:53 +02:00
2023-09-13 09:42:49 +02:00
2022-09-24 07:00:00 +02:00
2023-10-06 14:56:32 +02:00
2023-11-28 17:07:04 +00:00
2023-12-03 07:32:10 +01:00
2023-12-13 18:39:19 +01:00
2023-09-13 09:42:22 +02:00
2023-07-19 16:22:05 +02:00
2022-10-12 11:00:22 -07:00
2023-11-08 14:10:59 +01:00
2023-09-13 09:42:33 +02:00
2022-05-09 16:21:44 -04:00
2023-02-09 11:28:04 +01:00
2023-11-28 17:07:12 +00:00
2023-11-28 17:07:09 +00:00
2023-11-20 11:51:50 +01:00
2022-05-09 16:21:44 -04:00
2022-09-11 21:55:07 -07:00
2023-11-28 17:07:13 +00:00
2023-07-19 16:22:11 +02:00
2023-09-13 09:42:27 +02:00
2022-05-09 16:21:46 -04:00
2023-12-20 17:00:27 +01:00
2023-02-22 12:59:50 +01:00
2023-08-11 12:08:23 +02:00
2023-09-23 11:11:12 +02:00
2023-05-11 23:03:05 +09:00
2023-09-13 09:43:05 +02:00
2022-09-11 20:26:07 -07:00
2022-05-09 16:21:46 -04:00
2023-09-13 09:43:03 +02:00
2023-11-28 17:07:15 +00:00
2023-04-06 12:10:52 +02:00
2023-02-22 12:59:46 +01:00
2022-08-20 11:34:04 -04:00
2023-09-23 11:11:10 +02:00
2022-09-24 07:00:00 +02:00
2023-10-06 14:57:06 +02:00
2023-07-01 13:16:25 +02:00
2022-04-22 10:57:18 -07:00
2022-12-31 13:32:57 +01:00
2022-10-12 11:00:22 -07:00
2022-12-31 13:32:41 +01:00
2023-02-22 12:59:50 +01:00
2022-08-20 11:34:33 -04:00
2022-09-24 18:14:12 -07:00
2022-10-10 19:45:17 -07:00
2022-09-20 08:24:38 -06:00
2023-09-13 09:42:27 +02:00
2023-06-21 16:00:54 +02:00
2023-07-01 13:16:25 +02:00
2022-06-10 16:10:23 -04:00
2022-09-01 17:36:39 -04:00
2022-08-16 10:59:54 -04:00
2023-08-11 12:08:23 +02:00
2023-09-13 09:42:28 +02:00
2023-01-07 11:11:59 +01:00
2023-11-20 11:51:50 +01:00
2022-05-19 23:25:10 -04:00
2023-11-28 17:07:15 +00:00
2023-08-30 16:11:10 +02:00
2023-06-28 11:12:40 +02:00
2022-10-10 14:21:11 -07:00
2022-06-16 19:58:21 -07:00
2022-12-31 13:31:58 +01:00
2023-09-23 11:11:00 +02:00
2023-06-28 11:12:40 +02:00
2023-01-07 11:12:02 +01:00
2022-07-05 16:18:21 -04:00
2022-08-03 10:35:43 -07:00
2023-10-25 12:03:04 +02:00
2023-04-13 16:55:33 +02:00
2022-08-20 11:34:04 -04:00
2023-08-11 12:08:22 +02:00
2022-08-20 11:34:04 -04:00
2023-01-04 11:29:01 +01:00
2022-10-10 17:53:04 -07:00
2022-06-28 13:58:05 -04:00
2023-02-09 11:28:04 +01:00
2022-08-17 17:25:04 -04:00
2022-08-05 16:32:45 -07:00
2023-02-09 11:28:04 +01:00
2023-02-09 11:28:04 +01:00
2022-09-11 19:47:12 -05:00
2023-05-24 17:32:51 +01:00
2023-08-11 12:08:24 +02:00
2022-04-26 13:36:25 -07:00
2023-04-26 14:28:37 +02:00
2022-12-31 13:31:55 +01:00