Skip to content

Commit

Permalink
3.2.70 kernel;rds_info_getsockopt! virtio! pax/elf
Browse files Browse the repository at this point in the history
  • Loading branch information
rfree-mempo committed Aug 12, 2015
1 parent 0ef013a commit 56768cd
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions changelog
@@ -1,3 +1,13 @@
linux-image (linux-3.2.70-mempo-0.2.137) UNRELEASED; urgency=high
* kernel version update to 3.2.70
* linux: rds_info_getsockopt fix
* backport: virtio-net security fix http://marc.info/?l=linux-netdev&m=143868216724068&w=2
* pax: irq and trace_events_filter
* pax: ? asm/elf, mmap_64, binfmt_elf
* compile fix
* v0.2.137-001-rc

-- mempo <mempo@mempo.org> Wed, 12 Aug 2015 00:30:00 +0200

linux-image (linux-3.2.69-mempo-0.2.136) UNRELEASED; urgency=high
* linux: kzalloc md kernel mem infoleak!!
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.desk.0.2.136"
CONFIG_LOCALVERSION="-mempo.desk.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.deskmax.0.2.136"
CONFIG_LOCALVERSION="-mempo.deskmax.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.deskmaxdbg.0.2.136"
CONFIG_LOCALVERSION="-mempo.deskmaxdbg.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.insecuregrsoff.0.2.136"
CONFIG_LOCALVERSION="-mempo.insecuregrsoff.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.serv.0.2.136"
CONFIG_LOCALVERSION="-mempo.serv.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.servmax.0.2.136"
CONFIG_LOCALVERSION="-mempo.servmax.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.servmaxdbg.0.2.136"
CONFIG_LOCALVERSION="-mempo.servmaxdbg.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -62,7 +62,7 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.vanilladbg.0.2.136"
CONFIG_LOCALVERSION="-mempo.vanilladbg.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
Expand Up @@ -58,7 +58,7 @@ CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-mempo.zero.0.2.136"
CONFIG_LOCALVERSION="-mempo.zero.0.2.137"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
Expand Down
6 changes: 3 additions & 3 deletions kernel-build/linux-mempo/env-data.sh
@@ -1,5 +1,5 @@
# place for STATIC settings for release. [autogenerated]
export kernel_general_version="3.2.69" # base version (should match the one is sourcecode.list)
export KERNEL_DATE='2015-08-02 00:16:17' # UTC time of mempo version. This is > then max(kernel,grsec,patches) times
export CURRENT_SEED='1184c4861ddd73b5adb31adf2ccd02251f80958d3c8a13461e234667edb94e62' # block 826275 (*)
export kernel_general_version="3.2.70" # base version (should match the one is sourcecode.list)
export KERNEL_DATE='2015-08-12 02:35:28' # UTC time of mempo version. This is > then max(kernel,grsec,patches) times
export CURRENT_SEED='1d1a7d780dbe28d497858929346510ca5e6b5cfd70abb3785ce8d914699902c6' # block 832082 (*)
export DEBIAN_REVISION='001' # see README.md how to update it on git tag, on rc and final releases
4 changes: 2 additions & 2 deletions kernel-build/linux-mempo/sourcecode.list
@@ -1,4 +1,4 @@
V,ID_kernel_vanilla_ID,x,kernel,linux-3.2.69.tar,sha256,c574b6872e329ede400d4e413c4add4cc59bb81b327de02dc6e4c10e47c31dc2,./
P,ID_grsecurity_main_ID,x,grsecurity,grsecurity-3.1-3.2.69-201508011610.patch,sha256,5ce8af9f0aafa510a8835120b1f36e319ec31a48284ddd1f55ca167bd2637565,./tmp-path/
V,ID_kernel_vanilla_ID,x,kernel,linux-3.2.70.tar,sha256,0cbac3ea8d97946e7d184f21cce888e113701934b7a5b4f0a6714819efdad473,./
P,ID_grsecurity_main_ID,x,grsecurity,grsecurity-3.1-3.2.70-201508102127.patch,sha256,496fb980ec73c69e65a42b818bb2103857cc0a868db02ba2ed936b4f7c882228,./tmp-path/
P,ID_mempo_grsec_ID,x,mempo,grsecurity-3.0-3.2.55-201402152203-mempo-extra.patch,sha256,a8e81062e44ea899af688a326aaebcfd86d759da69b39f6ed66b7a8e7bcf9a8d,./tmp-path/
P,ID_mempo_determ_ID,x,mempo,linux-3.2.57-grsec-deterministic-build.patch,sha256,aca4001855c4c822c78aee90acc8706a3ffb3b5e4d42f07b4ffe827190d77d59,./tmp-path/

0 comments on commit 56768cd

Please sign in to comment.