lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 13 Dec 2018 11:04:19 -0500
From:   Konstantin Ryabitsev <konstantin@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Subject: Get notified when your patches are applied to linux-next or mainline

Hello:

We are trialing out a new feature that can send you a notification when
the patches you send to the LKML are applied to linux-next or to the
mainline git trees. If you are interested in trying it out, here are the
details:

- The patches must be sent to the LKML (linux-kernel@...r.kernel.org).
- One of the cc's must be notify@...nel.org (Bcc will not work).
- Alternatively, there should be a "X-Patchwork-Bot: notify" email header.
- The patches must not have been modified by the maintainer(s).
- All patches in the series must have been applied, not just some of them.

The last two points are important, because if there are changes between
the content of the patch as it was first sent to the mailing list, and
how it looks like by the time it is applied to linux-next or mainline,
the bot will not be able to recognize it as the same patch. Similarly,
for series of multiple patches, the bot must be able to successfully
match all patches in the series in order for the notification to go out.

If you are using "git-format-patch", it is best add the special header
instead of using the Cc notification address, so as to avoid any
unnecessary email traffic:

    --add-header="X-Patchwork-Bot: notify"

You should receive one notification email per each patch series, so if
you send a series of 20 patches, you will get a single email in the form
of a reply to the cover letter, or to the first patch in the series. The
notification will be sent directly to you, ignoring any other addresses
in the Cc field.

The bot uses our LKML patchwork instance [0] to perform matching and
tracking, and the source code for the bot is also available [1] if you
would like to suggest improvements.

[0] https://lore.kernel.org/patchwork
[1] https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/git-patchwork-bot.py

-K

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ