Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp708133pxb; Wed, 20 Jan 2021 19:25:52 -0800 (PST) X-Google-Smtp-Source: ABdhPJzCWUKAlL8/uJMkNS0KAcUJEib8eey+pfO8O933rw0mRmK4+/9XV93NMNciOF32hA5sPVrJ X-Received: by 2002:a17:906:384c:: with SMTP id w12mr5574501ejc.140.1611199551913; Wed, 20 Jan 2021 19:25:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611199551; cv=none; d=google.com; s=arc-20160816; b=vl1mNnfv5DfcG0F9evD1phj13MsS0Ms7hX25jXyDDpw3GT/MqALkcrpcoHUsO3V8XJ zv9iEZMHnLEFerpT1cc3+CARhibHBFi9HAYnDiPbNHmtnOqSxsR/L8KW3egaGvj3/1yr 1Cs0t0Mez6honThFCCahG9NqmUezdE9S6b7tOClq1EYbj1gCUlxeI1vmY0IuXaHOoXpd 2p+F9GBui3kIGZ8OzWwwpj7YU1Yzr9/t/7kDb9sBOoS2r3J7ZQVr9XPio2g8JuT7mEux 9mi7Q16HuRIdfinYBOgwwu49KPriHcZs+t+ypaJiCuu91udhY27s2pF7h/Bo/cKFzCv+ qIeA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=nwJDUBS4ktHISmoYgQhr4wi4K3nxe3ND0r6e4x9ROcM=; b=J81o+xlTPC+QKKrPaT4l+ra/daV+NkTrPMzcG5FW5fXEro4SWa2sUXYRn25e0cf6A6 FK5wVHeKA92nWoaomlWS6Xh4/p4vH1BG8AG1VqpZduKBoW0JbbgHSGNAxt5IhmjYZyIb wA0K4iOV0/MKHow4OOs8mfejXbyM+37BbBXjEWXrSVfcmpWngfqRkZlTHvcSTm41jpKO qYTtKhlB5MuMRY3yhcrWPlL5Uh4hsaFrqYPq6TRKt9sCnDlXABSfiqQ7XCdqP+Dv6Gt5 MOp7n2Os5FaL1EoPh/NSxiK2blY2Sl60pyKkeyZplDBhZEOXMzQj/WQBUEto0jJvgTpM 3ikA== 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 pk16si1303042ejb.114.2021.01.20.19.25.28; Wed, 20 Jan 2021 19:25:51 -0800 (PST) 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 S2436597AbhAUCBC (ORCPT + 99 others); Wed, 20 Jan 2021 21:01:02 -0500 Received: from brightrain.aerifal.cx ([216.12.86.13]:49870 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392365AbhAUBnS (ORCPT ); Wed, 20 Jan 2021 20:43:18 -0500 Date: Wed, 20 Jan 2021 20:42:23 -0500 From: Rich Felker To: John Paul Adrian Glaubitz Cc: Rob Landley , Yoshinori Sato , Geert Uytterhoeven , Linux-sh list , Linux Kernel Mailing List Subject: Re: Pending patches for linux-sh Message-ID: <20210121014222.GM23432@brightrain.aerifal.cx> References: <133f8171-09ec-39b3-0660-de780cd879d6@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <133f8171-09ec-39b3-0660-de780cd879d6@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 20, 2021 at 12:32:16PM +0100, John Paul Adrian Glaubitz wrote: > Hi Rich! > > I have tested or acked the following patches which are fine from my point of view. > > "Tested" means I have built and booted a current kernel with the patch in question, > "acked" means, I have looked over the patch and consider the changes to be correct > in the case where testing was not possible since the changes affect other SH hardware > I cannot test at the moment. > > Here the list: > > - [PATCH] [sh] fix trivial misannotations > - https://marc.info/?l=linux-kernel&m=160945707001399&w=2 > > - [PATCH] sh: check return code of request_irq > - https://marc.info/?l=linux-kernel&m=160867050030140&w=2 > > - [PATCH] sh: boards: Fix the cacography in irq.c > - https://marc.info/?l=linux-sh&m=160578410511403&w=2 > > - [PATCH v1] sh: Drop ARCH_NR_GPIOS definition > - https://marc.info/?l=linux-sh&m=160578410511403&w=2 > > - [PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y > - https://marc.info/?l=linux-kernel&m=161088234517301&w=2 > > - [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/ > - https://marc.info/?l=linux-kernel&m=161088245817344&w=2 > > - [PATCH] arch: sh: remove duplicate include > - https://marc.info/?l=linux-kernel&m=160488997017438&w=2 > > - [PATCH] maple: fix wrong return value of maple_bus_init(). > - https://marc.info/?l=linux-kernel&m=160635878212678&w=2 > > - [PATCH] sh: kdump: add some attribute to function > - https://marc.info/?l=linux-kernel&m=160758311622653&w=2 > > - [PATCH] sh: kernel: traps: remove unused variable > - https://marc.info/?l=linux-kernel&m=160760435528709&w=2 > > - [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro > - https://marc.info/?l=linux-kernel&m=160247465514800&w=2 > > I will check later whether there are more patches we might have forgotten. Hi! Thanks for the list. From the names, I think some overlap with the pending set in linux-next (ending at a118584e7e60) that I'm about to send as a PR. Rich