From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH 6/6] Drop flex_arrays Date: Wed, 23 May 2018 07:39:17 -0600 Message-ID: <20180523073917.618db21a@lwn.net> References: <20180523011821.12165-1-kent.overstreet@gmail.com> <20180523011821.12165-6-kent.overstreet@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180523011821.12165-6-kent.overstreet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ovs-dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: ovs-dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org To: Kent Overstreet Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-raid-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org, selinux-+05T5uksL2qpZYMLLGbcSA@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, shli-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org List-Id: linux-raid.ids On Tue, 22 May 2018 21:18:21 -0400 Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > --- > Documentation/core-api/flexible-arrays.rst | 130 ------- > Documentation/flexible-arrays.txt | 123 ------- > include/linux/flex_array.h | 149 -------- > include/linux/poison.h | 3 - > lib/Makefile | 2 +- > lib/flex_array.c | 398 --------------------- > tools/include/linux/poison.h | 3 - > 7 files changed, 1 insertion(+), 807 deletions(-) > delete mode 100644 Documentation/core-api/flexible-arrays.rst > delete mode 100644 Documentation/flexible-arrays.txt > delete mode 100644 include/linux/flex_array.h > delete mode 100644 lib/flex_array.c Interesting, I didn't realize that flexible-arrays.txt was still there; that should go regardless (and 00-INDEX adjusted accordingly). If you zap the RST file, though, you should also fix Documentation/core-api/index.rst or you'll break the docs build. Thanks, jon From mboxrd@z Thu Jan 1 00:00:00 1970 From: corbet@lwn.net (Jonathan Corbet) Date: Wed, 23 May 2018 07:39:17 -0600 Subject: [PATCH 6/6] Drop flex_arrays In-Reply-To: <20180523011821.12165-6-kent.overstreet@gmail.com> References: <20180523011821.12165-1-kent.overstreet@gmail.com> <20180523011821.12165-6-kent.overstreet@gmail.com> Message-ID: <20180523073917.618db21a@lwn.net> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Tue, 22 May 2018 21:18:21 -0400 Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > --- > Documentation/core-api/flexible-arrays.rst | 130 ------- > Documentation/flexible-arrays.txt | 123 ------- > include/linux/flex_array.h | 149 -------- > include/linux/poison.h | 3 - > lib/Makefile | 2 +- > lib/flex_array.c | 398 --------------------- > tools/include/linux/poison.h | 3 - > 7 files changed, 1 insertion(+), 807 deletions(-) > delete mode 100644 Documentation/core-api/flexible-arrays.rst > delete mode 100644 Documentation/flexible-arrays.txt > delete mode 100644 include/linux/flex_array.h > delete mode 100644 lib/flex_array.c Interesting, I didn't realize that flexible-arrays.txt was still there; that should go regardless (and 00-INDEX adjusted accordingly). If you zap the RST file, though, you should also fix Documentation/core-api/index.rst or you'll break the docs build. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id w4NDeZVY028139 for ; Wed, 23 May 2018 09:40:35 -0400 Date: Wed, 23 May 2018 07:39:17 -0600 From: Jonathan Corbet To: Kent Overstreet Cc: linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, akpm@linux-foundation.org, willy@infradead.org, gregkh@linuxfoundation.org, linux-security-module@vger.kernel.org, selinux@tycho.nsa.gov, dev@openvswitch.org, shli@kernel.org, linux-raid@vger.kernel.org Message-ID: <20180523073917.618db21a@lwn.net> In-Reply-To: <20180523011821.12165-6-kent.overstreet@gmail.com> References: <20180523011821.12165-1-kent.overstreet@gmail.com> <20180523011821.12165-6-kent.overstreet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PATCH 6/6] Drop flex_arrays List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: On Tue, 22 May 2018 21:18:21 -0400 Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > --- > Documentation/core-api/flexible-arrays.rst | 130 ------- > Documentation/flexible-arrays.txt | 123 ------- > include/linux/flex_array.h | 149 -------- > include/linux/poison.h | 3 - > lib/Makefile | 2 +- > lib/flex_array.c | 398 --------------------- > tools/include/linux/poison.h | 3 - > 7 files changed, 1 insertion(+), 807 deletions(-) > delete mode 100644 Documentation/core-api/flexible-arrays.rst > delete mode 100644 Documentation/flexible-arrays.txt > delete mode 100644 include/linux/flex_array.h > delete mode 100644 lib/flex_array.c Interesting, I didn't realize that flexible-arrays.txt was still there; that should go regardless (and 00-INDEX adjusted accordingly). If you zap the RST file, though, you should also fix Documentation/core-api/index.rst or you'll break the docs build. Thanks, jon