Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933238Ab2JDA0v (ORCPT ); Wed, 3 Oct 2012 20:26:51 -0400 Received: from nm4-vm3.bullet.mail.ne1.yahoo.com ([98.138.91.134]:25767 "HELO nm4-vm3.bullet.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932965Ab2JDA0s (ORCPT ); Wed, 3 Oct 2012 20:26:48 -0400 X-Yahoo-Newman-Id: 528359.85015.bm@omp1025.access.mail.mud.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: zvcXwo8VM1lYpHLdsMmOeYFG_HApn5bcPHXNnlVhfXSVsT8 FAqkkKd4aS42fuge5Mw6xs2GcGRiaSqOj7AA1ve2VAg.04SxPLyMMj4gK0HZ AWBQzR5jBAxRK5xkS5LugfVPf7pb7n8i.7j1pkC.BUG9vLU02q_buAqPZSiZ tGEM33DpQLU1TRua.Ma5d0stfSAqVVQvFmwqAJfwYQyrFrL8iU.bw_Tsd4db 1argSDCqliJSCc3rfjWKjPiu902Ywx3fUU46R5xrS7lchxEkMIxytLKmLv98 DTCrTySskXaOa.FapgHQn.pMNgfBaTFFI1.ZkRVSs6YOCTTAB1ZC7fMDUf7o lgFY9QbTWdNv.4jsIKTC.PXXIxn3BPikPXagBSbIYLQaN7HT.ZfDBdEUcmlA OCGf5Osp53wjAch4Y3ieMsU47G__zxCwQcYOg4AywDC4CM6Fs2mjvpmt4C76 OCK.NMxb0D1LVTaNOX2jldgAqQ1eEPcgUjnd.Ob9P3xxXjaJ6vaH.Mee5831 Tphe0H_pxalOwGS1hy39PdHqtXLT38sJeVq7j2SaLUldG_JUpBsBhJmt16f4 nygUHJvCttE5QcXb3hPsy9NjC_Xh6PWUkSQW.02EKI7fccxPV8waLdzL3vjd p_l9xN.x4VfoEDOiyHX.L9blWBvbAoV4uZ7SaIb0- X-Yahoo-SMTP: xXkkXk6swBBAi.5wfkIWFW3ugxbrqyhyk_b4Z25Sfu.XGQ-- Message-ID: <506CD7C6.2000500@att.net> Date: Wed, 03 Oct 2012 19:26:46 -0500 From: Daniel Santos Reply-To: Daniel Santos User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120502 Thunderbird/10.0.4 MIME-Version: 1.0 To: David Rientjes CC: LKML , Andi Kleen , Andrea Arcangeli , Andrew Morton , Christopher Li , David Daney , David Howells , Joe Perches , Konstantin Khlebnikov , linux-sparse@vger.kernel.org, Michel Lespinasse , Paul Gortmaker , Pavel Pisa , Peter Zijlstra , Steven Rostedt Subject: Re: [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error References: <1348874411-28288-1-git-send-email-daniel.santos@pobox.com> <1348874411-28288-7-git-send-email-daniel.santos@pobox.com> <506C2636.6020304@att.net> In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2344 Lines: 42 On 10/03/2012 01:26 PM, David Rientjes wrote: > On Wed, 3 Oct 2012, Daniel Santos wrote: > >> Thanks. I've actually just reversed the patch order per Josh's >> suggestion and added patch comments to it. I can squash them if you >> guys prefer. >> > No need to be so fine-grained in your patches, if you're trying to replace > __linktime_error with __compiletime_error, which happens to be the title > of the patch (and should remain the title), then just remove it's single > occurrence and its definition at the same time with a clear changelog that > __compiletime_error is sufficient. No need to have two small patches with > the same motivation. Sounds good to me > >> Unfortunately, I'm a bit confused as to how I should re-submit these, >> still being new to this project. Patch 1 is already in -mm. Patches 2-3 >> have not changed. I've made a correction to patch #4 and reversed the >> order of 5 & 6. And what was 8-10 is now 8-15, as I've completely >> re-done BUILD_BUG_ON. I was planning on just submitting the whole set >> again, is this the correct protocol? If so, should I reply to the >> original [PATCH 0/10] thread or create a new one? >> > You already have a patch in -mm, so you have to base your series on that > tree. Get the latest -mm tree from http://www.ozlabs.org/~akpm/mmotm/ and > base the revised series on that tree, then send it off to > Andrew Morton and cc the list and your > reviewers. People often find it helpful to make it clear that this is v2 > of the patchset and that it's based on -mm as a helpful pointer. I have it checked out from git://git.cmpxchg.org/linux-mmotm.git, the problem is that I cannot correctly test against that right now because I get an oops (without my patches) when setting up LVM (same on -next, bug report here https://bugzilla.kernel.org/show_bug.cgi?id=48241). What I'm thinking about doing is to rebase them against v3.6 again and test them there, but it will require a few minor changes (due to walken's patches not being present). Still, it's better than no re-testing. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/