~ubuntu-kernel/ubuntu/+source/linux/+git/utopic:sync-U

Last commit made on 2014-02-24
Get this branch:
git clone -b sync-U https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/utopic
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

6b4d30e... by Jeff Layton <email address hidden>

cifs: ensure that uncached writes handle unmapped areas correctly

It's possible for userland to pass down an iovec via writev() that has a
bogus user pointer in it. If that happens and we're doing an uncached
write, then we can end up getting less bytes than we expect from the
call to iov_iter_copy_from_user. This is CVE-2014-0069

cifs_iovec_write isn't set up to handle that situation however. It'll
blindly keep chugging through the page array and not filling those pages
with anything useful. Worse yet, we'll later end up with a negative
number in wdata->tailsz, which will confuse the sending routines and
cause an oops at the very least.

Fix this by having the copy phase of cifs_iovec_write stop copying data
in this situation and send the last write as a short one. At the same
time, we want to avoid sending a zero-length write to the server, so
break out of the loop and set rc to -EFAULT if that happens. This also
allows us to handle the case where no address in the iovec is valid.

[Note: Marking this for stable on v3.4+ kernels, but kernels as old as
       v2.6.38 may have a similar problem and may need similar fix]

Cc: <email address hidden> # v3.4+
Reviewed-by: Pavel Shilovsky <email address hidden>
Reported-by: Al Viro <email address hidden>
Signed-off-by: Jeff Layton <email address hidden>
Signed-off-by: Steve French <email address hidden>

(cherry picked from commit 5d81de8e8667da7135d3a32a964087c0faf5483f)
Signed-off-by: Andy Whitcroft <email address hidden>

43ccc00... by Tim Gardner

UBUNTU: rebase to v3.13.5

Signed-off-by: Tim Gardner <email address hidden>

6106490... by Tim Gardner

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Tim Gardner <email address hidden>

947fdb4... by Andy Whitcroft

UBUNTU: Ubuntu-3.13.0-12.32

Signed-off-by: Andy Whitcroft <email address hidden>

9cd1d29... by Paolo Pisati

UBUNTU: [Config] build beaglebone and bleaglebone black dtbs

Signed-off-by: Paolo Pisati <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

771a1f8... by Paolo Pisati

UBUNTU: [Config] armhf: RTC_DRV_OMAP=y

Signed-off-by: Paolo Pisati <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

e83a459... by Paolo Pisati

UBUNTU: [Config] armhf: TI_CPSW, TI_CPTS and TI_DAVINCI_[CPDMA|MDIO] = y

Build in support for TI's three port switch gigabit ethernet subsystem (CPSW)
and while here turn on Common Platform Time Sync (CPTS) support that offers
hw time stamping and a PTP hardware clock.

TI_DAVINCI_[CPDMA|MDIO] are helpers to access SOC's nic.

Signed-off-by: Paolo Pisati <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

36ee631... by Paolo Pisati

UBUNTU: [Config] armhf: SOC_AM33XX=y

Signed-off-by: Paolo Pisati <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

2d19ed1... by Andy Whitcroft

UBUNTU: rebase to v3.13.4

Signed-off-by: Andy Whitcroft <email address hidden>

2743988... by Andy Whitcroft

UBUNTU: [Packaging] tools -- fix relative links

Signed-off-by: Andy Whitcroft <email address hidden>