From: Arаm Sаrgsyаn Date: Fri, 27 Sep 2024 13:50:54 +0000 (+0000) Subject: fix: dev: Add a missing rcu_read_unlock() call on exit path X-Git-Tag: v9.21.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d1804f16ee79ce5e02edde5323e4aa874a5334;p=thirdparty%2Fbind9.git fix: dev: Add a missing rcu_read_unlock() call on exit path An exit path in the dns_dispatch_add() function fails to get out of the RCU critical section when returning early. Add the missing rcu_read_unlock() call. Merge branch 'aram/add-missing-rcu_read_unlock-in-dns_dispatch_add' into 'main' See merge request isc-projects/bind9!9561 --- d7d1804f16ee79ce5e02edde5323e4aa874a5334