Same old deal - except it's been almost two weeks since -rc5. That said,
the diff is actually about the same size, so I guess that means things are
calming down. Most of the diff (bulk-wise) is updates to the new gspca
(standard USB webcam) driver, although some of it is also removal of the
dead miropcm20* driver. As a result, the dirstat looks like this:
3.7% arch/x86/
8.0% arch/
9.2% drivers/media/radio/
41.7% drivers/media/video/gspca/
49.3% drivers/media/video/
60.7% drivers/media/
3.1% drivers/net/
71.1% drivers/
3.9% fs/
5.5% kernel/
3.3% net/tipc/
6.3% net/
but as usual, the patches most people hopefully care about tend to be
small details, and so more regressions should hopefully be closed now,
some by just reverting the commits that caused breakage.
I don't think anything special merits explicit comment, but you can get a
flavor for things by scanning the appended shortlog.
Linus
---
Adam Litke (1):
mm: make setup_zone_migrate_reserve() aware of overlapping nodes
Adrian Bunk (9):
sh64: re-add the __strnlen_user() prototype
sh: fix ptrace_64.c:user_disable_single_step()
dabusb_fpga_download(): fix a memory leak
wireless/libertas/if_cs.c: fix memory leaks
NTFS: update homepage
V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code
V4L/DVB (8842): vivi_release(): fix use-after-free
V4L/DVB (8843): tda10048_firmware_upload(): fix a memory leak
V4L/DVB (8844): dabusb_fpga_download(): fix a memory leak
Adrian Hunter (2):
UBIFS: always read hashed-key nodes under TNC mutex
UBIFS: allow for racing between GC and TNC
Al Viro (1):
forgotten refcount on sysctl root table
Alan Cox (1):
ahci, pata_marvell: play nicely together
Alexander Beregalov (1):
V4L/DVB (8681): v4l2-ioctl.c: fix warning
Alexey Dobriyan (3):
netfilter: nf_conntrack_sip: de-static helper pointers
netfilter: nf_conntrack_gre: m...