From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 03 Jun 2016 10:58:15 +0200 Subject: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. In-Reply-To: <1464943816.24775.135.camel@redhat.com> References: <1464934708-24769-1-git-send-email-kraxel@redhat.com> <3299125.qWct7BqQgQ@wuerfel> <1464943816.24775.135.camel@redhat.com> Message-ID: <4620705.YUQPYFzgRD@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday, June 3, 2016 10:50:16 AM CEST Gerd Hoffmann wrote: > On Fr, 2016-06-03 at 09:36 +0200, Arnd Bergmann wrote: > > On Friday, June 3, 2016 8:18:24 AM CEST Gerd Hoffmann wrote: > > > From: Eric Anholt > > > > > > Made with make defconfig; make menuconfig (only saying Y to new > > > entries); make savedefconfig. > > > > Please try not to mix 'make savedefconfig' changes with your > > own changes, it make it harder to review and can lead to more > > conflicts. > > This is just conflicts resolved by hand after 4.6 -> 4.7-rc1 rebase, > latest version didn't actually ran through savedefconfig. Probably some > unwanted changes made it in by accident this way. > > Guess I better redo this from scratch. > > What is the suggested procedure to generate defconfig patches? I tend to just edit the files by hand, or use 'make savedefconfig' to create an initial version, and then use 'vimdiff' to revert the changes I don't want. Arnd