#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
REAL_SCRIPT=$(realpath -e "${BASH_SOURCE[0]}")
SCRIPT_TOP="${SCRIPT_TOP:-$(dirname "${REAL_SCRIPT}")}"
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
REAL_SCRIPT=$(realpath -e "${BASH_SOURCE[0]}")
SCRIPT_TOP="${SCRIPT_TOP:-$(dirname "${REAL_SCRIPT}")}"
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
KERNEL_MINOR_VERSION='34'
KERNEL="2.6.$KERNEL_MINOR_VERSION"
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
STABLE_VERSION=""
EMAIL_ADDRESS='<gregkh@linuxfoundation.org>'
#!/usr/bin/perl -W
+# SPDX-License-Identifier: GPL-2.0
#
# convert git commit id to a pretty patch we can apply to the stable tree
#
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
for file in $(find queue-* -type f | grep patch); do
ISO=$(file "${file}" | grep ISO)
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
# build -stable release from current -stable series
# Copyright (c) 2005 Chris Wright <chrisw@osdl.org>
# Copyright (c) 2006-2011 Greg Kroah-Hartman <greg@kroah.com>
#! /usr/bin/env python2
+# SPDX-License-Identifier: GPL-2.0
# vim: set fileencoding=utf-8
# (c) Uwe Kleine-König <uwe@kleine-koenig.org>
# GPLv2
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
# This generates lore-friendly message-id headers that are safe, unique, and
# provide better UX for someone using lore to retrieve messages.
#
#!/usr/bin/perl -w
-
+# SPDX-License-Identifier: GPL-2.0
#-----------------------------------------------------------------------------
# All this does is generate RFC 822 headers and then copy standard input
# to standard output. You determine what headers it generates with
#!/usr/bin/perl -W
+# SPDX-License-Identifier: GPL-2.0
#
# This takes a mbox of email, created with 'quilt mail --mbox'
# and formats it in the proper way to send off a -stable kernel review.
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
#
# Script to take a stable-queue, and turn it into a -rc release to be
# sent off in email.
#!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0
#-----------------------------------------------------------------------------
# This program gives you low level control over an SMTP conversation.
#
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
if [ $# -ne 1 ]; then
echo -e "Usage:\t $0 release_number\ne.g.\t $0 2.6.11.12"