From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbdKXHV6 (ORCPT ); Fri, 24 Nov 2017 02:21:58 -0500 Received: from mail-ot0-f176.google.com ([74.125.82.176]:35993 "EHLO mail-ot0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751555AbdKXHVz (ORCPT ); Fri, 24 Nov 2017 02:21:55 -0500 X-Google-Smtp-Source: AGs4zMa6d36OYl69EwUoaC00Pi8QyiZTF15fpth0pRju42HxD5ahs9rajkSU5AS4HFBy9YAqypOUzjU8jPX4L7A/hLo= MIME-Version: 1.0 In-Reply-To: <20171124055935.GB17858@eros> References: <1511414131.12425.14.camel@gmail.com> <20171124055935.GB17858@eros> From: Kaiwan N Billimoria Date: Fri, 24 Nov 2017 12:51:34 +0530 Message-ID: Subject: Re: [PATCH 2/2] scripts: leaking_addresses: help screen updates To: "Tobin C. Harding" Cc: Linux Kernel Mailing List , "kernel-hardening@lists.openwall.com" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 24, 2017 at 11:29 AM, Tobin C. Harding wrote: > Neither of these patches applies to my tree. Are you editing the diff's > by hand? I noticed the patches don't end with the version signature, like this: > > ---- > 2.7.4 I cloned your tree from here: https://github.com/tcharding/linux/tree/leaks is that right? One thing i can think of: i have to copy across the script to a cloud-based 32-bit system, work on it there, copy it back to your tree on my laptop manually, then i do the 'git diff -r' and basically copy-paste that. Is this causing issues? thanks, Kaiwan. > thanks, > Tobin.