From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755954AbcLNOYK (ORCPT ); Wed, 14 Dec 2016 09:24:10 -0500 Received: from smtprelay0142.hostedemail.com ([216.40.44.142]:32899 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755280AbcLNOYJ (ORCPT ); Wed, 14 Dec 2016 09:24:09 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2691:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3872:3873:3874:4321:5007:7903:10004:10400:10848:11232:11658:11914:12043:12296:12740:12895:13069:13141:13230:13311:13357:13439:13618:13894:14181:14659:14721:21080:21220:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: ring19_378bdddcf9a4e X-Filterd-Recvd-Size: 1812 Message-ID: <1481725380.29291.52.camel@perches.com> Subject: Re: [GIT PULL] trivial for 4.10 From: Joe Perches To: Jiri Kosina , Linus Torvalds Cc: linux-kernel@vger.kernel.org Date: Wed, 14 Dec 2016 06:23:00 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.1-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-12-14 at 11:05 +0100, Jiri Kosina wrote: > Linus, > > please pull from > >   git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git for-linus > > to receive 4.10 merge window updates from trivial tree > > I hereby confess to having rebased the for-next branch, because I wanted > to drop all the '\n' additions that were obsoleted by the recent printk / > pr_cont changes, and didn't want to pollute the history with unnecessary > commit+revert for such a triviality; as a consequence, you're getting > different commit hashes for the 5 commits compared to what's in > linux-next; I believe it's fine for such a insignificant tree / commits. > I'd rather have the dozen or so single-line newline additions than the multiple hundreds to thousands of changes that are still going to be required to get KERN_CONT to work properly kernel-wide. Many arch specific printks still have to be fixed for this new KERN_CONT style. sparc, powerpc, arm, arm64, and others. Multiple dozens to hundreds of drivers too.