pull request: batman-adv 2013-01-07
Message ID | 1357557088-17866-1-git-send-email-ordex@autistici.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <ordex@autistici.org> Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=82.94.249.234; helo=latitanza.investici.org; envelope-from=ordex@autistici.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by open-mesh.org (Postfix) with ESMTPS id 01723601A13 for <b.a.t.m.a.n@lists.open-mesh.org>; Mon, 7 Jan 2013 12:12:24 +0100 (CET) Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id DFDDD980F4; Mon, 7 Jan 2013 11:12:21 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 latitanza.investici.org DFDDD980F4 From: Antonio Quartulli <ordex@autistici.org> To: davem@davemloft.net Date: Mon, 7 Jan 2013 12:11:26 +0100 Message-Id: <1357557088-17866-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.8.0.2 Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] pull request: batman-adv 2013-01-07 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> X-List-Received-Date: Mon, 07 Jan 2013 11:12:25 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davemMessage
Antonio Quartulli
Jan. 7, 2013, 11:11 a.m. UTC
here are two harmless "fixes" intended for net: one is fixing the versioning number in order to keep it in sync with the year of release and the other simply updates the copyright years in each and every file. Please pull or let me know if you find any problem. Thanks a lot, Antonio The following changes since commit c7e2e1d72ed7707239d20525e0ebcad7e3303659: ipv4: fix NULL checking in devinet_ioctl() (2013-01-06 21:11:18 -0800) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem for you to fetch changes up to d5c184eec815d28d042683f578f6d93224d9dfa9: batman-adv: update copyright years (2013-01-07 11:43:19 +0100) ---------------------------------------------------------------- Included fixes are: - Fix version number to keep consistency with the year of release - Update copyright years to 2013 in each file ---------------------------------------------------------------- Antonio Quartulli (2): batman-adv: Start new development cycle batman-adv: update copyright years net/batman-adv/bat_algo.h | 2 +- net/batman-adv/bat_iv_ogm.c | 2 +- net/batman-adv/bitarray.c | 2 +- net/batman-adv/bitarray.h | 2 +- net/batman-adv/bridge_loop_avoidance.c | 2 +- net/batman-adv/bridge_loop_avoidance.h | 2 +- net/batman-adv/debugfs.c | 2 +- net/batman-adv/debugfs.h | 2 +- net/batman-adv/distributed-arp-table.c | 2 +- net/batman-adv/distributed-arp-table.h | 2 +- net/batman-adv/gateway_client.c | 2 +- net/batman-adv/gateway_client.h | 2 +- net/batman-adv/gateway_common.c | 2 +- net/batman-adv/gateway_common.h | 2 +- net/batman-adv/hard-interface.c | 2 +- net/batman-adv/hard-interface.h | 2 +- net/batman-adv/hash.c | 2 +- net/batman-adv/hash.h | 2 +- net/batman-adv/icmp_socket.c | 2 +- net/batman-adv/icmp_socket.h | 2 +- net/batman-adv/main.c | 2 +- net/batman-adv/main.h | 4 ++-- net/batman-adv/originator.c | 2 +- net/batman-adv/originator.h | 2 +- net/batman-adv/packet.h | 2 +- net/batman-adv/ring_buffer.c | 2 +- net/batman-adv/ring_buffer.h | 2 +- net/batman-adv/routing.c | 2 +- net/batman-adv/routing.h | 2 +- net/batman-adv/send.c | 2 +- net/batman-adv/send.h | 2 +- net/batman-adv/soft-interface.c | 2 +- net/batman-adv/soft-interface.h | 2 +- net/batman-adv/sysfs.c | 2 +- net/batman-adv/sysfs.h | 2 +- net/batman-adv/translation-table.c | 2 +- net/batman-adv/translation-table.h | 2 +- net/batman-adv/types.h | 2 +- net/batman-adv/unicast.c | 2 +- net/batman-adv/unicast.h | 2 +- net/batman-adv/vis.c | 2 +- net/batman-adv/vis.h | 2 +- 42 files changed, 43 insertions(+), 43 deletions(-)
Comments
Are you kidding me? 'net' is for bug fixes not futzing around with version numbers and copyright years inc omments.
Hi Dave, On Mon, Jan 07, 2013 at 07:50:29PM -0800, David Miller wrote: > > Are you kidding me? > To be honest I was not. > 'net' is for bug fixes not futzing around with version numbers and copyright years > inc omments. > Last week you have just pulled a similar commit (brcmsmac: add copyright information for Canonical) from the wireless tree...that gave me the impression that such "legal fixes" were welcome in 'net' as well (otherwise I would have not sent these ones). But it seems it depends on the person sending them. No worries. Cheers,