Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234162
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Sudeep Holla <sudeep.holla@arm.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries |
| Date | Mon, 28 Sep 2015 15:40:05 +0200 |
| Message-ID | <qdGOV-Rc-45@gated-at.bofh.it> (permalink) |
| References | <q9ktA-4U2-11@gated-at.bofh.it> <qcL4d-8dC-5@gated-at.bofh.it> <qdDHj-2KC-19@gated-at.bofh.it> <qdGOV-Rc-47@gated-at.bofh.it> |
| X-Original-To | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 57 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Sudeep Holla <sudeep.holla@arm.com>, "linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Al Stone <al.stone@linaro.org>, Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> |
| X-Original-Date | Mon, 28 Sep 2015 14:37:31 +0100 |
| X-Original-Message-ID | <5609429B.6070604@arm.com> |
| X-Original-References | <1442243686-15845-1-git-send-email-sudeep.holla@arm.com> <2184252.JT4i34L2sb@vostro.rjw.lan> <5609123F.7020307@arm.com> <3513292.8DqxMl02v0@vostro.rjw.lan> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1234162 |
Show key headers only | View raw
On 28/09/15 14:50, Rafael J. Wysocki wrote: > On Monday, September 28, 2015 11:11:11 AM Sudeep Holla wrote: >> >> On 26/09/15 01:27, Rafael J. Wysocki wrote: >>> On Wednesday, September 16, 2015 01:58:06 PM Sudeep Holla wrote: >>>> acpi_parse_entries passes the table end pointer to the sub-table entry >>>> handler. acpi_parse_entries itself could validate the end of an entry >>>> against the table end using the length in the sub-table entry. >>>> >>>> This patch adds the validation of the sub-table entry end using the >>>> length field.This will help to eliminate the need to pass the table end >>>> to the handlers. >>>> >>>> It also moves the check for zero length entry early so that execution of >>>> the handler can be avoided. >>>> >>>> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> >>>> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> >>>> >>>> --- >>>> drivers/acpi/tables.c | 31 +++++++++++++++---------------- >>>> 1 file changed, 15 insertions(+), 16 deletions(-) >>>> >>>> Hi Rafael, >>>> >>>> As I mentioned earlier, this needs to be applied after Al's MADT changes >>>> are merged. You might get simple conflicts in acpi_parse_entries. >>> >>> This needs to be rebased on top of some patches in my linux-next branch. >>> >>> It probably is better to rebase it on top of my bleeding-edge branch that >>> contains the Al's patches already, though. >>> >> >> I don't see Al's patches in your linux-next or bleeding-edge > > They were there, but I've dropped them due to a 0-day testing failure. > Yes I guess we did see this last week, I had ask Al to fix it privately. It was some discrepancy with ACPIv1.0 specification between different sections that resulted in failures I saw. > I think your patches depend on the Al's ones, is that correct? > Correct, I think it's easier if I wait for his patches. Regards, Sudeep -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-26 02:00 +0200
Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries Sudeep Holla <sudeep.holla@arm.com> - 2015-09-28 12:20 +0200
Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries Sudeep Holla <sudeep.holla@arm.com> - 2015-09-28 15:40 +0200
Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries Al Stone <al.stone@linaro.org> - 2015-09-28 21:40 +0200
Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries "Rafael J. Wysocki" <rafael@kernel.org> - 2015-09-28 21:50 +0200
Re: [PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-28 15:40 +0200
csiph-web