Re: [android-building] Re: Android Security Backport Released

2019-11-18 Thread James Muir

> Please manage the thing right, Google!

I'm not sure if comments like that are helpful.

Maybe there is a valid  reason not to touch the SPL when google has not 
published a device release from a given tag, or maybe it is just a 
process issue (e.g. may be the release manager is in charge of changing 
the SPL).


-James M

--
--
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Android Building" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/a1109f71-4b42-bc61-9c1d-d4aad2318309%40gmail.com.


Re: [android-building] Re: Android Security Backport Released

2019-11-14 Thread James Muir

maybe I am missing something.

even if a tag is not device-specific, doesn't it make sense to update 
the SPL?


e.g. if android-8.1.0_r70 has all the security patches applied from the 
November 2019 (and earlier) security bulletin, why not update the 
variable PLATFORM_SECURITY_PATCH?


Leaving it set to 2017-12-05 seems unnecessarily confusing.

-James M

On 2019-11-13 6:19 p.m., 'Bill Yi' via Android Building wrote:
The security backports are not device specific. Hence we are not 
updating the security string on those branches.


bill

On Monday, November 11, 2019 at 9:59:25 AM UTC-8, Chih-Wei Huang wrote:

Could you explain why the PLATFORM_SECURITY_PATCH of
android-8.1.0_r70 is still 2017-12-05?
That's very confusing!

lh@server2:~/cwhuang/oreo/build/make$ git diff android-8.1.0_r65
android-8.1.0_r70 core/version_defaults.mk 
diff --git a/core/version_defaults.mk 
b/core/version_defaults.mk 
index 5f45946..5758d22 100644
--- a/core/version_defaults.mk 
+++ b/core/version_defaults.mk 
@@ -181,7 +181,7 @@ ifndef PLATFORM_SECURITY_PATCH
  #  It must be of the form "-MM-DD" on production devices.
  #  It must match one of the Android Security Patch Level
strings of the Public Security Bulletins.
  #  If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
-  PLATFORM_SECURITY_PATCH := 2019-06-05
+  PLATFORM_SECURITY_PATCH := 2017-12-05
  endif

  ifndef PLATFORM_BASE_OS


Bill Yi於 2019年11月5日星期二 UTC+8上午1時34分28秒寫道:

Android security backport source code is now available. The
following builds and tags are supported:

5887206, android-8.0.0_r40
5887208, android-8.1.0_r70
5887210, android-9.0.0_r50

bill

--
--
You received this message because you are subscribed to the "Android 
Building" mailing list.

To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

---
You received this message because you are subscribed to the Google 
Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to android-building+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/c0ea71cc-e601-4b1e-9820-e9d47194c879%40googlegroups.com 
.


--
--
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Android Building" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/f1f769bd-ebf9-0fb9-956a-fc5b7def9827%40gmail.com.


[android-building] local aosp mirror, cleaning-up obsolete projects

2019-11-04 Thread James Muir
https://source.android.com/setup/build/downloading#using-a-local-mirror

We have maintained a local aosp mirror on our network for a few years now, 
as per the instructions above.

I notice that some of the projects in our version of the mirror no longer 
exist upstream.

Is there an easy way to drop the obsolete projects from our mirror so that 
we are completely in sync with the latest version of the manifest?

I have tried the repo-sync flag "--force-remove-dirty" but that did not 
seem to work for me (i.e. "repo sync --force-remove-dirty")

-James M

https://source.android.com/setup/build/downloading#using-a-local-mirror

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/315705db-e723-43f8-8fab-23e7ab672110%40googlegroups.com.


[android-building] Re: please push source for the 7.1.2_r33 revision of the flounder prebuilt kernel

2017-09-26 Thread James Muir
Xin: thanks very much for your reply.  I was not aware that 7.1.1_r51 was 
the most recent flounder release.

I do see the source for the android-7.1.1_r51 pre-compiled flounder kernel 
and will user that (the extracted version string is "Linux version 
3.10.103-g1c36a774828"):

https://android.googlesource.com/kernel/tegra/+/1c36a774828

I guess that even though a different pre-compiled flounder kernel was 
published in AOSP under the tag 7.1.2_r33, since it was not distributed in 
any factory images, the source was not published.

In any case, the pre-compiled kernel pointed to by android-7.1.1_r51 (July 
2017) is newer than the one pointed to by android-7.1.2_r33 (January 2017).

-James M




On Monday, September 25, 2017 at 6:38:04 PM UTC-4, Xin Li wrote:
>
> Hi,
>
> The android-7.1.2_r33 tag is for build NZH54D, which is meant for Pixel 
> and Pixel XL devices only, therefore, no flounder images were published for 
> that release.
>
> As of today, the latest supported build for flounder is N4F27O 
> (android-7.1.1_r51), and the corresponding kernel is available at 
> https://android.googlesource.com/kernel/tegra/+/android-7.1.1_r0.74 
> 
>  .
>
> Cheers,
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: please push source for the 7.1.2_r33 revision of the flounder prebuilt kernel

2017-09-26 Thread James Muir
Unfortunately, the kernel source is still not available.

I'm sure once the right google devs see this, then they will push the 
source up (and this will satisfy GPL obligations).  Hopefully, this forum 
is still a good way to get their attention :-)

Note that the problem of missing source for published kernels seems to 
happen quite regularly.  I have posted at least twice about this the past.


On Thursday, September 14, 2017 at 11:31:10 PM UTC-4, James Muir wrote:
>
>
> https://android.googlesource.com/device/htc/flounder-kernel/+/android-7.1.2_r33
>
> If you extract the version string from the prebuilt flounder kernel above, 
> then you get the following:
>
> Linux version 3.10.103-gf880f2b (android-bu...@xxx.yyy.zzz) (gcc version 
> 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Jan 11 
> 22:32:11 UTC 2017
>
>
> However, commit f880f2b seems to be missing from kernel/tegra:
>
> https://android.googlesource.com/kernel/tegra/+/f880f2b
>
> Could commit f880f2b please be pushed up?
>
> thanks,
>
> -James M
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: ERROR: --- target build has specified no recovery ---

2017-09-25 Thread James Muir
If you just want an ota package, then you can use "make -jN otapackage".

If you want to resign the ota package, then try calling "make -jN dist" 
before using the release-tools scripts.

-James M

On Wednesday, September 13, 2017 at 10:41:05 AM UTC-4, Binit kumar wrote:
>
>
> * Intent*: To test OTA package in Emulator 
>
>  Steps:-
>  
>  source ./build/envsetup.sh
>  lunch aosp_arm-eng
>  make -j24
>  make target-files-package
>  
>  ./build/tools/releasetools/ota_from_target_files 
> out/target/product/generic/obj/PACKAGING/target_files_intermediates/aosp_arm-target_files-eng.root.zip
>  
> ota_update_generic.zip
> unzipping target target-files...
>
>ERROR: --- target build has specified no recovery ---
>
>
>   I have noticed that recovery.img file is not getting created for target 
> "aosp_arm-eng". Why? It is throwing error while creating OTA package.
>
> For other target like "bullhead_arm-userdebug", I have noticed that 
> recovery.img is getting created and I am able to create ota packages using 
> ota_from_target_files releasetools. But I am unable to run Emulator with 
> blank screen. Why ? 
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] please push source for the 7.1.2_r33 revision of the flounder prebuilt kernel

2017-09-14 Thread James Muir
https://android.googlesource.com/device/htc/flounder-kernel/+/android-7.1.2_r33

If you extract the version string from the prebuilt flounder kernel above, 
then you get the following:

Linux version 3.10.103-gf880f2b (android-bu...@xxx.yyy.zzz) (gcc version 
4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Jan 11 
22:32:11 UTC 2017


However, commit f880f2b seems to be missing from kernel/tegra:

https://android.googlesource.com/kernel/tegra/+/f880f2b

Could commit f880f2b please be pushed up?

thanks,

-James M

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] How to deploy signed_img.zip to Galaxy S2 (or with recovery mode)

2017-05-13 Thread James Muir
Looks like you have built an "updatepackage".  If you want an image that you 
can flash in recovery mode, then build an "otapackage".

-James M

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: bullhead kernel source, missing commit 0c4d538

2016-12-27 Thread James Muir
Looks like someone pushed the commit up:

https://android.googlesource.com/kernel/msm/+/0c4d538

Thank-you!

-James M

On Saturday, December 24, 2016 at 6:33:43 PM UTC-5, James Muir wrote:
>
> We are trying to checkout the sources used to build the latest bullhead 
> kernel image for M (android-6.0.1_r77).
>
> Based on the following commit message from "device/lge/bullhead-kernel", 
> the commit id we need is "0c4d538":
>
> $ git show android-6.0.1_r77 
> tag android-6.0.1_r77
> Tagger: The Android Open Source Project 
> Date:   Wed Dec 7 12:53:09 2016 -0800
>
> Android 6.0.1 Release 77 (M4B30Z)
> -BEGIN PGP SIGNATURE-
>
> iEYEABECAAYFAlhIdrUACgkQ6K0/gZqxDnjmKQCfYOwZAJzlw1G2lmYsIdqFJDHG
> 6IQAoIgeWNYhRYEVIsBIOR9joBs2o7/W
> =PJVC
> -END PGP SIGNATURE-
>
> commit e83e09ea87eeeae6bd4d772cfc6a7203a6898f3a
> Author: Patrick Tjin 
> Date:   Thu Jan 21 14:39:07 2016 -0800
>
> bullhead: update prebuilt kernel [DO NOT MERGE]
> 
> 0c4d538 UPSTREAM: KEYS: Fix keyring ref leak in join_session_keyring()
> 718c232 BACKPORT: pagemap: do not leak physical addresses to 
> non-privileged userspace
> f62c8e7 msm: null pointer dereferencing
> acd97cb include/linux/poison.h: fix LIST_POISON{1,2} offset
> aff4873 Bullhead: add build config files for mnc-mr1 branch
> 
> Bug: 26636379
> Bug: 25739721
> Bug: 25364034
> Bug: 26186802
> 
> Linux version 3.10.73-g0c4d538 (a...@bbb.ccc)
> (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT 
> Wed Jan 20 22:40:39 UTC 2016
> 
> Change-Id: Ifbca35a8326618b14dc826d33070251084962561
> Signed-off-by: Patrick Tjin 
>
>
> Unfortunately, that commit doesn't seem to exist in the aosp project 
> "kernel/msm".
>
> Could that commit please be pushed up?
>
> thanks,
>
> -James M
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] bullhead kernel source, missing commit 0c4d538

2016-12-24 Thread James Muir
We are trying to checkout the sources used to build the latest bullhead 
kernel image for M (android-6.0.1_r77).

Based on the following commit message from "device/lge/bullhead-kernel", 
the commit id we need is "0c4d538":

$ git show android-6.0.1_r77 
tag android-6.0.1_r77
Tagger: The Android Open Source Project 
Date:   Wed Dec 7 12:53:09 2016 -0800

Android 6.0.1 Release 77 (M4B30Z)
-BEGIN PGP SIGNATURE-

iEYEABECAAYFAlhIdrUACgkQ6K0/gZqxDnjmKQCfYOwZAJzlw1G2lmYsIdqFJDHG
6IQAoIgeWNYhRYEVIsBIOR9joBs2o7/W
=PJVC
-END PGP SIGNATURE-

commit e83e09ea87eeeae6bd4d772cfc6a7203a6898f3a
Author: Patrick Tjin 
Date:   Thu Jan 21 14:39:07 2016 -0800

bullhead: update prebuilt kernel [DO NOT MERGE]

0c4d538 UPSTREAM: KEYS: Fix keyring ref leak in join_session_keyring()
718c232 BACKPORT: pagemap: do not leak physical addresses to 
non-privileged userspace
f62c8e7 msm: null pointer dereferencing
acd97cb include/linux/poison.h: fix LIST_POISON{1,2} offset
aff4873 Bullhead: add build config files for mnc-mr1 branch

Bug: 26636379
Bug: 25739721
Bug: 25364034
Bug: 26186802

Linux version 3.10.73-g0c4d538 (a...@bbb.ccc)
(gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT 
Wed Jan 20 22:40:39 UTC 2016

Change-Id: Ifbca35a8326618b14dc826d33070251084962561
Signed-off-by: Patrick Tjin 


Unfortunately, that commit doesn't seem to exist in the aosp project 
"kernel/msm".

Could that commit please be pushed up?

thanks,

-James M

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: android-7.0.0_r1 build error, external/doclava, openjdk-8

2016-09-06 Thread James Muir
argh... I found the problem:  me :-)

I had the variable ANDROID_JAVA_HOME set in my bashrc file.  This was a 
remnant of kitkat development and so it pointed to an oracle java-6 jdk 
directory on my machine :-(

"showcommands" was helpful in uncovering this silliness:

cd external/doclava && mm -B USE_NINJA=false showcommands


After dropping the definition of ANDROID_JAVA_HOME, I am able to build 
successfully.

-James M

On Sunday, September 4, 2016 at 1:11:28 PM UTC-4, James Muir wrote:
>
> First, thanks to Bill Yi and team for publishing the N sources.
>
> I have a tree synced to the tag *android-7.0.0_r1* on an ubuntu 16.04 
> machine, but am hitting the following build error:
>
> external/doclava/src/com/google/doclava/Converter.java:407: error: cannot 
> find symbol
> m.isAbstract(), m.isSynchronized(), m.isNative(), 
> m.isDefault(), true,
>^
>   symbol:   method isDefault()
>   location: variable m of type AnnotationTypeElementDoc
> external/doclava/src/com/google/doclava/Converter.java:429: error: cannot 
> find symbol
> m.isAbstract(), m.isSynchronized(), m.isNative(), 
> m.isDefault(), false,
>^
>   symbol:   method isDefault()
>   location: variable m of type MethodDoc
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 2 errors
> ninja: build stopped: subcommand failed.
> build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
> make: *** [ninja_wrapper] Error 1
> make: Leaving directory '/home/jamuir/git/android-7.0-platform'
>
>
> I can reproduce the error this like this:  "cd external/doclava && mm -B".
>
> This seems like a java incompatibility issue.  I am using openjdk-8 (I 
> have not tried oracle-java-8).
>
> Here is my java version:
>
> external/doclava$ java -version
> openjdk version "1.8.0_91"
> OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14)
> OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)
>
>
> Does anyone have a solution for this?
>
> What version of openjdk-8 were you able to use to successfully 
> compile android-7.0.0_r1 ?
>
> Note that I tried adding casts, ((MethodInfo)m).isDefault(), but that 
> causes another error later on in the build.
>
> -James M
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] android-7.0.0_r1 build error, external/doclava, openjdk-8

2016-09-04 Thread James Muir
First, thanks to Bill Yi and team for publishing the N sources.

I have a tree synced to the tag *android-7.0.0_r1* on an ubuntu 16.04 
machine, but am hitting the following build error:

external/doclava/src/com/google/doclava/Converter.java:407: error: cannot 
find symbol
m.isAbstract(), m.isSynchronized(), m.isNative(), 
m.isDefault(), true,
   ^
  symbol:   method isDefault()
  location: variable m of type AnnotationTypeElementDoc
external/doclava/src/com/google/doclava/Converter.java:429: error: cannot 
find symbol
m.isAbstract(), m.isSynchronized(), m.isNative(), 
m.isDefault(), false,
   ^
  symbol:   method isDefault()
  location: variable m of type MethodDoc
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
ninja: build stopped: subcommand failed.
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
make: Leaving directory '/home/jamuir/git/android-7.0-platform'


I can reproduce the error this like this:  "cd external/doclava && mm -B".

This seems like a java incompatibility issue.  I am using openjdk-8 (I have 
not tried oracle-java-8).

Here is my java version:

external/doclava$ java -version
openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)


Does anyone have a solution for this?

What version of openjdk-8 were you able to use to successfully 
compile android-7.0.0_r1 ?

Note that I tried adding casts, ((MethodInfo)m).isDefault(), but that 
causes another error later on in the build.

-James M

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: hammerhead kernel source, missing commit d22e409

2016-06-07 Thread James Muir
I see that d22e409 is now available from 
https://android.googlesource.com/kernel/msm

Thank-you for pushing the update!

-James M


On Monday, June 6, 2016 at 3:50:31 PM UTC-4, James Muir wrote:
>
> We are trying to checkout the sources used to build the latest hammerhead 
> kernel image for M (android-6.0.1_r43).
>
> Based on the following commit message from "device/lge/hammerhead-kernel", 
> the revision id is "d22e409":
>
> commit bd9bea80b299e7774072b7175db1a248f5cf8814
> Author: Yuan Lin 
> Date:   Fri Mar 25 14:32:23 2016 -0700
>
> hammerhead: update prebuilt kernel [DO NOT MERGE]
> 
> d22e409 msm_fb: display: Enable display debugging through mdp 
> debugfs
> a00dafd msm: display: Validate MDP, MDDI and HDMI debug reg offset
> ee80b48 pipe: iovec: Fix OOB read in pipe_read()
> 9539288 Revert "Keep history after reset to baedb01"
> c122055 pipe: iovec: Fix memory corruption when retrying atomic 
> copy as non-atomic
> b362396 Keep history after reset to baedb01
> 
> Bug: 27721803
> Bug: 27275324
> 
> Linux version 3.4.0-gd22e409 (a...@bbb.ccc)
> (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Fri Mar 25 07:49:22 UTC 
> 2016
> 
> Change-Id: I971db71257c65626bad0fee08eacdb365ab72544
> Signed-off-by: Yuan Lin 
>
>
> Unfortunately, that commit doesn't seem to exist in the aosp project 
> "kernel/msm".
>
> Could that commit please be pushed up?
>
> (for background, please see 
> https://groups.google.com/d/msg/android-building/11obiNXIz8c/WAElQnizAgAJ)
>
> thanks,
>
> -James M
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] hammerhead kernel source, missing commit d22e409

2016-06-06 Thread James Muir
We are trying to checkout the sources used to build the latest hammerhead 
kernel image for M (android-6.0.1_r43).

Based on the following commit message from "device/lge/hammerhead-kernel", 
the revision id is "d22e409":

commit bd9bea80b299e7774072b7175db1a248f5cf8814
Author: Yuan Lin 
Date:   Fri Mar 25 14:32:23 2016 -0700

hammerhead: update prebuilt kernel [DO NOT MERGE]

d22e409 msm_fb: display: Enable display debugging through mdp 
debugfs
a00dafd msm: display: Validate MDP, MDDI and HDMI debug reg offset
ee80b48 pipe: iovec: Fix OOB read in pipe_read()
9539288 Revert "Keep history after reset to baedb01"
c122055 pipe: iovec: Fix memory corruption when retrying atomic 
copy as non-atomic
b362396 Keep history after reset to baedb01

Bug: 27721803
Bug: 27275324

Linux version 3.4.0-gd22e409 (a...@bbb.ccc)
(gcc version 4.8 (GCC) ) #1 SMP PREEMPT Fri Mar 25 07:49:22 UTC 2016

Change-Id: I971db71257c65626bad0fee08eacdb365ab72544
Signed-off-by: Yuan Lin 


Unfortunately, that commit doesn't seem to exist in the aosp project 
"kernel/msm".

Could that commit please be pushed up?

(for background, please see 
https://groups.google.com/d/msg/android-building/11obiNXIz8c/WAElQnizAgAJ)

thanks,

-James M

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.