Received: by 2002:a25:2c96:0:0:0:0:0 with SMTP id s144csp1363213ybs; Mon, 25 May 2020 14:09:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwY+4ygOT9wLhcNo00sA7S8uyLotJQ6HG9U3OkmHD4NMN7YMGqMq52z06unJvXM89BGC0YZ X-Received: by 2002:a17:906:5e46:: with SMTP id b6mr14957118eju.177.1590440964003; Mon, 25 May 2020 14:09:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590440963; cv=none; d=google.com; s=arc-20160816; b=zFi/HcDR31NWgzmGQeTvk3dMG+zdFNyBl6FSkHMaxmB5SMXVhO+DIMuYCnrzfIVdRA t0KkwCfLPF4+2l1DcqNMMMCkBnqBEOxM5WwLJe7il6aDaFng6z8IdRBSyz+Lcxw01LiD S50A/27h0GrKwAQ2z12q2507bxPtbz2VpbN/F0qtYOoFBYHFY52A/gAOBnUZ+P/5603E D9cx1/WMA61Pf8ibz62DWIdHekwTC4+NHAkFrYarJhvrl3QclXqBZGpZbDQxwiy24LQH TcQ9MjPgn9Ly/UiGSD/c1heya35YJqXhKe7Wqh2PizGuQNKo5SXUA6zHig9J9jtEowd7 nFxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=fgsB+9h6ZMV1nn4w5dClYbKIIDFGuxsYBOTI1OkJGJg=; b=SMwWvO+uF1pbTZW63HvSd/Tax8caKsh3cGPYH14/oJh4uo2ff9C8mCbH34K8ACvR8F C7Ljq7BkrDZs24dRLj7XcT47x9107f9L4B5RDqskTJ232WuwFNw4zE3r5bVV/QstKrbi lz5MAZ4bIL5wfJ4PCkFRbq/y5hf3QgxCd6nHYc1uhnSACgz68PgtSDgxhB7ru6yzgCuI zELeCc5yEYZvcOQTx4BBpbpLoDt7kCtem4ePT9pjiIn31qz9Owad/H9+oRafhtyiWRHn gjnmO0bgW653cPsZqKWjKkOod9wjHA1JT9zYpL0HvTOhMq7Eq7AhGrnio8+hzZG1d3Og /cQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m1si1611157ejk.303.2020.05.25.14.09.01; Mon, 25 May 2020 14:09:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729793AbgEYQdx (ORCPT + 99 others); Mon, 25 May 2020 12:33:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726308AbgEYQdx (ORCPT ); Mon, 25 May 2020 12:33:53 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63346C061A0E; Mon, 25 May 2020 09:33:53 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 17F8D2DC; Mon, 25 May 2020 16:33:53 +0000 (UTC) Date: Mon, 25 May 2020 10:33:52 -0600 From: Jonathan Corbet To: Stephen Kitt Cc: Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] docs: sysctl/kernel: document unaligned controls Message-ID: <20200525103352.51daf9fc@lwn.net> In-Reply-To: <20200515212443.5012-1-steve@sk2.org> References: <20200515212443.5012-1-steve@sk2.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 May 2020 23:24:44 +0200 Stephen Kitt wrote: > This documents ignore-unaligned-usertrap, unaligned-dump-stack, and > unaligned-trap, based on arch/arc/kernel/unaligned.c, > arch/ia64/kernel/unaligned.c, and arch/parisc/kernel/unaligned.c. > > While we're at it, integrate unaligned-memory-access.txt into the docs > tree. > > Signed-off-by: Stephen Kitt > --- > Changes since v1: > - move unaligned-memory-access.txt to process/ > - removed UTF-8 apostrophe from the commit message > > Documentation/admin-guide/sysctl/kernel.rst | 51 +++++++++++++++++++ > Documentation/process/index.rst | 1 + > .../unaligned-memory-access.rst} | 0 > 3 files changed, 52 insertions(+) > rename Documentation/{unaligned-memory-access.txt => process/unaligned-memory-access.rst} (100%) Applied, thanks. jon