From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94F15C4321D for ; Wed, 22 Aug 2018 12:47:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 52952214DA for ; Wed, 22 Aug 2018 12:47:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 52952214DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=users.sourceforge.jp Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728696AbeHVQMF (ORCPT ); Wed, 22 Aug 2018 12:12:05 -0400 Received: from mail01.asahi-net.or.jp ([202.224.55.13]:40151 "EHLO mail01.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728112AbeHVQME (ORCPT ); Wed, 22 Aug 2018 12:12:04 -0400 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.vps.ablenet.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail01.asahi-net.or.jp (Postfix) with ESMTPA id 5E296893D3; Wed, 22 Aug 2018 21:47:16 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (y136156.dynamic.ppp.asahi-net.or.jp [118.243.136.156]) by h61-195-96-97.vps.ablenet.jp (Postfix) with ESMTPSA id 31099240081; Wed, 22 Aug 2018 21:47:15 +0900 (JST) Date: Wed, 22 Aug 2018 21:48:06 +0900 Message-ID: <871saqefeh.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: Re: [GIT PULL] arch/h8300 update In-Reply-To: References: <8736v8dp6u.wl-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 Aug 2018 05:33:08 +0900, Linus Torvalds wrote: > > On Tue, Aug 21, 2018 at 2:49 AM Yoshinori Sato > wrote: > > > > git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git > > That actually just contains some very old garbage. > > I think you may have meant for me to pull some "for-4.18" branch, but > there's nothing like that there. > > > for you to fetch changes up to 724d2da5ebca23d7e7cc57d4ade5967c691c3817: > > There is a "h8300-next" branch that contains that commit, but as > mentioned you used to have a different branch naming scheme, so I > really want to double-check. > > Linus Sorry. I fixed it. The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703: Linux 4.18 (2018-08-12 13:41:04 -0700) are available in the git repository at: git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.19 for you to fetch changes up to 4bdf61ccbe76ee0c14bf228e7277072179b36ba3: h8300: fix IRQ no (2018-08-22 19:14:23 +0900) ---------------------------------------------------------------- arch/h8300 update. ---------------------------------------------------------------- Geert Uytterhoeven (1): h8300: Correct signature of test_bit() Luc Van Oostenryck (1): h8300:let the checker know that size_t is ulong Randy Dunlap (3): arch/h8300: eliminate ptrace.h warnings arch/h8300: eliminate kgbd.c warning arch/h8300: add a defconfig target Rob Herring (2): h8300: switch to NO_BOOTMEM h8300: remove unnecessary of_platform_populate call Will Deacon (1): h8300: Don't include linux/kernel.h in asm/atomic.h Yoshinori Sato (4): h8300: Add missing output register. h8300: gcc-8.1 fix h8300: irqchip: fix warning h8300: fix IRQ no arch/h8300/Kconfig | 1 + arch/h8300/Makefile | 4 ++++ arch/h8300/boot/dts/h8300h_sim.dts | 2 +- arch/h8300/include/asm/atomic.h | 4 ++-- arch/h8300/include/asm/bitops.h | 14 ++++++------ arch/h8300/include/asm/ptrace.h | 2 ++ arch/h8300/kernel/kgdb.c | 2 +- arch/h8300/kernel/setup.c | 46 +++++++------------------------------- arch/h8300/kernel/sim-console.c | 7 +++--- drivers/irqchip/irq-renesas-h8s.c | 6 ++--- 10 files changed, 33 insertions(+), 55 deletions(-) -- Yosinori Sato