From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: manual merge of the usb tree with the tip tree Date: Tue, 8 Mar 2016 20:17:12 -0800 Message-ID: <20160309041712.GA22823@kroah.com> References: <20160309133515.4e7e4e95@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:50906 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750867AbcCIERP (ORCPT ); Tue, 8 Mar 2016 23:17:15 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 21EA120DD9 for ; Tue, 8 Mar 2016 23:17:14 -0500 (EST) Content-Disposition: inline In-Reply-To: <20160309133515.4e7e4e95@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Kees Cook , Heiko Stuebner , Kishon Vijay Abraham I On Wed, Mar 09, 2016 at 01:35:15PM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the usb tree got a conflict in: > > Documentation/kernel-parameters.txt > > between commit: > > d2aa1acad22f ("mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel mappings") > > from the tip tree and commit: > > 605df8af33a7 ("phy: rockchip-usb: add handler for usb-uart functionality") > > from the usb tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). > > -- > Cheers, > Stephen Rothwell > > diff --cc Documentation/kernel-parameters.txt > index 1bf357083cef,8a6c6c02f916..000000000000 > --- a/Documentation/kernel-parameters.txt > +++ b/Documentation/kernel-parameters.txt > @@@ -3517,10 -3491,12 +3517,16 @@@ bytes respectively. Such letter suffixe > > ro [KNL] Mount root device read-only on boot > > + rockchip.usb_uart > + Enable the uart passthrough on the designated usb port > + on Rockchip SoCs. When active, the signals of the > + debug-uart get routed to the D+ and D- pins of the usb > + port and the regular usb controller gets disabled. > + > + rodata= [KNL] > + on Mark read-only kernel memory as read-only (default). > + off Leave read-only kernel memory writable for debugging. > + > root= [KNL] Root filesystem > See name_to_dev_t comment in init/do_mounts.c. > Looks good, thanks. greg k-h